cURL
curl --request GET \ --url https://api.flare.io/firework/v2/activities/{index}/{source}/{id}/ai_assistance \ --header 'Authorization: Bearer <token>'
{ "activity_ai_assistance": { "prompt": "<string>", "response": "<string>", "uid": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
The response is of type object.
object
Was this page helpful?