Api reference
Revoke API key
Authorization
BearerAuth AuthorizationBearer <token>
Search API key (ss_search_*) from the dashboard or keys API. Scopes (search, ingest, admin) are stored on the key; each route requires the matching scope.
In: header
Path Parameters
keyId*string
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://loading/api/v1/keys/string"{
"id": "string",
"revoked": true
}{
"error": "string",
"message": "string",
"details": null
}{
"error": "string",
"message": "string",
"details": null
}{
"error": "string",
"message": "string",
"details": null
}Generate a browser-safe scoped search key
Derives an HMAC-signed scoped search key from the parent search API key supplied in the Authorization header. The returned key is safe to ship to browser clients — Typesense will enforce the embedded filter_by, expires_at, and cache_ttl on every request signed with it. Requires search scope on the parent key.
List index synonyms
Returns all synonym groups for the index.