Skip to main content
POST
/
api
/
v1
/
validate_api_key
Validate Api Key
curl --request POST \
  --url https://api.example.com/api/v1/validate_api_key \
  --header 'Content-Type: application/json' \
  --data '"<string>"'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.optexity.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

The body is of type string.

Response

Successful Response