Skip to main content
GET
/
v1
/
locations
/
{location_id}
/
ai_instructions
Retrieve AI instructions
curl --request GET \
  --url https://api.chataigne.ai/v1/locations/{location_id}/ai_instructions \
  --header 'x-api-key: <api-key>'
{
  "object": "ai_instructions",
  "location_id": "<string>",
  "chatbot_instructions": "<string>"
}

Authorizations

x-api-key
string
header
required

Location/organization API key.

Path Parameters

location_id
string
required

Response

The AI instructions.

object
enum<string>
Available options:
ai_instructions
location_id
string
chatbot_instructions
string | null