curl --request GET \
--url https://api.flare.io/firework/v2/activities/{index}/{source}/{id}/ai_assistance \
--header 'Authorization: Bearer <token>'{
"activity_ai_assistance": {
"uid": "<string>",
"prompt": "<string>",
"response": "<string>"
}
}curl --request GET \
--url https://api.flare.io/firework/v2/activities/{index}/{source}/{id}/ai_assistance \
--header 'Authorization: Bearer <token>'{
"activity_ai_assistance": {
"uid": "<string>",
"prompt": "<string>",
"response": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://api.docs.flare.io/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?