Skip to main content

Base URL

https://api.tzafon.ai

Authentication

All API requests require a Bearer token in the Authorization header:
Authorization: Bearer sk_your_api_key
Get your API key from the Dashboard.

APIs

Response Format

All responses are JSON with consistent structure:
{
  "status": "success",
  "result": { ... },
  "timestamp": "2025-01-16T12:00:00Z",
  "request_id": "req_abc123"
}

Error Responses

Errors include an error_message field:
{
  "status": "error",
  "error_message": "Session not found",
  "timestamp": "2025-01-16T12:00:00Z"
}

HTTP Status Codes

StatusDescription
200Success
400Bad request
401Unauthorized
402Payment required
404Not found
429Rate limited
500Server error

Rate Limits

  • 10 failed auth attempts in 10 minutes blocks the IP
  • Concurrent session limits based on plan tier
  • See Pricing for plan details