Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.supersonic.cv/reports/execute \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "config": { "object_type": "<string>", "chart_type": "<string>", "metric_field": "<string>", "group_by": "<string>", "filters": [ {} ] } } '
{}
API key: supersonic_live_...
Report config to execute
Show child attributes
Success
The response is of type object.
object