Skip to main content

Base URL

https://api.velixarai.com/v1

Authentication

All endpoints require a Bearer token:
Authorization: Bearer vlx_your_api_key

Endpoints

Common response format

All successful responses return JSON:
{
  "data": { ... },
  "status": "ok"
}

Error format

{
  "error": "error_code",
  "message": "Human-readable description",
  "status": 400
}
CodeErrorDescription
400bad_requestInvalid parameters
401unauthorizedMissing or invalid API key
403forbiddenKey lacks required scope
404not_foundMemory not found
429rate_limit_exceededToo many requests
500internal_errorServer error