AI completions

A I Completion

post/api/v1/ai/completion

Request body

prompt_keystring required

AI prompt identifier

contentstring required

Content for AI completion

Response

AI completion generated successfully

statusstring
datastring

The AI-generated completion response

Example response

{
  "status": "success",
  "data": "Thank you for contacting us. I'll help you resolve this issue..."
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.