Skip to main content
GET
/
api
/
datasets
/
validate-name
Validate Dataset Name
curl --request GET \
  --url https://api.example.com/api/datasets/validate-name \
  --header 'Authorization: Bearer <token>'
{
  "normalized_name": "<string>",
  "available": true,
  "requested_name": "<string>",
  "detail": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string | null

Query Parameters

name
string | null
fallback
string
default:dataset

Cookies

antidote_session
string | null

Response

Successful Response

normalized_name
string
required
available
boolean
required
requested_name
string | null
detail
string | null