The Intent can be retrieved by calling the intents endpoint.
To call any
/intents
endpoints, you need to use a API token for authorization.
model_id
required
company_id
required
intent_uuid
optional
{
"model_id": "string",
"company_id": "string",
"intent_uuid": "string"
}
{
"name": "string",
"expires_at": "string"
}
201
Intent created.
400
Intent generation error.
400
Model id is None.
400
Failed to parse model id.
404
Version not found.
404
Parent intent not found.
500
Integrity error.