cURL
curl --request POST \ --url https://your-instance.example.com/api/ai/playground \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "message": "<string>", "promptId": "<string>", "conversationId": "<string>", "conversation": [ { "role": "<string>", "content": "<string>" } ] } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
AI response generated
Generic response envelope. Endpoint-specific fields are intentionally open.