POST
/
does-index-exist
curl --request POST \
  --url https://moonshine-edge-compute.com/does-index-exist \
  --header 'Content-Type: application/json' \
  --data '{
  "token": "<string>",
  "index": "<string>"
}'
{
  "exists": true
}

Body

application/json
token
string
required

Authentication token

index
string

Index to check

Response

200
application/json
Group existence check response
exists
boolean

Whether the media group exists