AI
Authorizations
AuthorizationstringRequired
API key passed in the Authorization header. Format: <api-key>
Body
userPromptstringRequired
examplePayloadstringOptional
languagestringOptional
Responses
200
Successful response
application/json
objectOptional
401
Unauthenticated
403
Unauthorized
422
Validation Error
application/json
post
/api/v1/ai/scripts/generateAuthorizations
AuthorizationstringRequired
API key passed in the Authorization header. Format: <api-key>
Path parameters
conversationUlidstringRequired
The conversationUlid identifier.
Body
userReplystringRequired
Responses
200
Successful response
application/json
objectOptional
401
Unauthenticated
403
Unauthorized
422
Validation Error
application/json
post
/api/v1/ai/scripts/{conversationUlid}/replyAuthorizations
AuthorizationstringRequired
API key passed in the Authorization header. Format: <api-key>
Path parameters
conversationUlidstringRequired
The conversationUlid identifier.
Responses
200
Successful response
application/json
objectOptional
401
Unauthenticated
403
Unauthorized
422
Validation Error
application/json
patch
/api/v1/ai/{conversationUlid}/endAuthorizations
AuthorizationstringRequired
API key passed in the Authorization header. Format: <api-key>
Path parameters
conversationUlidstringRequired
The conversationUlid identifier.
Responses
200
Successful response
application/json
objectOptional
401
Unauthenticated
403
Unauthorized
422
Validation Error
application/json
patch
/api/v1/ai/{conversationUlid}/reportLast updated
Was this helpful?