cURL
curl --request POST \ --url https://api.supersonic.cv/records/search \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "query": "<string>", "object_type_slug": "<string>" } '
{}
API key: supersonic_live_...
Search query
Optional: limit search to this ObjectType
Success
The response is of type object.
object