cURL
curl --request GET \ --url https://api.scrunchai.com/v1/{brand_id}/prompts \ --header 'Authorization: Bearer <token>'
{ "total": 123, "items": [ { "id": 123, "text": "<string>", "stage": "Advice", "persona_id": 123, "platforms": [ "chatgpt" ], "tags": [ "<string>" ], "topics": [ "<string>" ], "created_at": "2023-11-07T05:31:56Z" } ], "offset": 0, "limit": 123 }
List prompts
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
x >= 0
Advice
Awareness
Evaluation
Comparison
Other
Successful Response
Show child attributes
chatgpt
claude
google_ai_overviews
perplexity
meta
google_ai_mode
google_gemini
copilot
Was this page helpful?