← Docs

Quickstart

  1. Get approved — request access at /apply, subscribe on /pricing.
  2. Create an API key /app/developer (shown once; stored as SHA-256 hash only).
  3. Call the API — base URL https://api.vyrex.ai/api/v1
curl -X POST https://api.vyrex.ai/api/v1/analyze \
  -H "Authorization: Bearer vx_live_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://www.tiktok.com/@user/video/123"}'

Credits deduct from your balance. 402 = insufficient credits. 429 includes Retry-After.