cURL
curl --request GET \ --url https://verseodin.com/api/v1/universes/{id}/engines \ --header 'Authorization: Bearer <token>'
{ "data": [ "chatgpt" ] }
Distinct engine values that have at least one history row for this universe. Use this to know which engines have data before filtering by engine= on other endpoints.
engine
engine=
Generate a key at /dashboard/settings/api-keys. Pass it as Authorization: Bearer vso_xxx on every request.
/dashboard/settings/api-keys
Authorization: Bearer vso_xxx
Universe UUID — see GET /universes.
GET /universes
OK