Skip to main content
POST
/
index
Create Index
curl --request POST \
  --url https://api.example.com/index \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

index_name
string
required

Response

Successful Response