Skip to main content
POST
/
records
/
search
Full-text search across records of an object type
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>"
}
'
{}

Authorizations

Authorization
string
header
required

API key: supersonic_live_...

Body

application/json
query
string
required

Search query

object_type_slug
string

Optional: limit search to this ObjectType

Response

Success

The response is of type object.