Generate an export URL
1
Choose an export type
Select Prompt responses or Sources analysis.
2
Configure the export
Pick the main brand, and (for prompt responses) a prompt. Optionally set a date range and a specific model.
3
Copy the URL or cURL
Cliro generates the URL. Use Copy URL for the link, or Copy cURL for a ready-to-run command.
Generated URLs may change when your configuration changes, so regenerate them if your export stops returning data.
Authenticate your requests
Export endpoints require a bearer token tied to your account:1
Log in and get a token
Authenticate against the login endpoint to receive an access token.
2
Copy the access token
From the response, copy the value of the
accessToken field.3
Add the token to every request
Include it as an
Authorization: Bearer <token> header on each request.
