Skip to main content
GET
/
api
/
chat
/
location-agent
Location Agent
curl --request GET \
  --url https://platform.agileloop.ai/api/chat/location-agent \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "",
  "data": {
    "result": "Faisal Mosque in Islamabad"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

query
string

Response

200 - application/json

OK

The response is of type object.