{
  "object": "status",
  "status": "ok",
  "service": "ZeroCredit AI",
  "api_version": "v1",
  "openai_compatible": true,
  "base_url": "https://zerocreditai.com/api/public/v1",
  "endpoints": [
    "GET /api/public/v1/status",
    "GET /api/public/v1/catalog",
    "POST /api/public/v1/sandbox/chat/completions",
    "GET /api/public/v1/models",
    "POST /api/public/v1/chat/completions",
    "POST /api/public/v1/embeddings",
    "POST /api/public/v1/images/generations"
  ],
  "unauthenticated_endpoints": [
    "GET /api/public/v1/status",
    "GET /api/public/v1/catalog",
    "POST /api/public/v1/sandbox/chat/completions"
  ],
  "capabilities": [
    "text",
    "streaming",
    "vision",
    "files",
    "tools",
    "structured_output",
    "web_search",
    "embeddings",
    "image_generation"
  ],
  "authentication": {
    "api_token": {
      "scheme": "bearer",
      "prefix": "zc_",
      "header": "Authorization"
    },
    "oauth2": {
      "metadata_url": "https://zerocreditai.com/.well-known/oauth-authorization-server",
      "openid_configuration_url": "https://zerocreditai.com/.well-known/openid-configuration",
      "authorization_endpoint": "https://zerocreditai.com/api/public/oauth/authorize",
      "token_endpoint": "https://zerocreditai.com/api/public/oauth/token",
      "registration_endpoint": "https://zerocreditai.com/api/public/oauth/register",
      "jwks_uri": "https://zerocreditai.com/api/public/oauth/jwks.json"
    }
  },
  "onboarding": {
    "free_tier": true,
    "self_serve_signup_url": "https://zerocreditai.com/auth",
    "self_serve_api_key_url": "https://zerocreditai.com/app/developer",
    "sandbox_url": "https://zerocreditai.com/api/public/v1/sandbox/chat/completions",
    "sandbox_requires_auth": false,
    "zero_auth_endpoints": true,
    "sales_contact_required": false,
    "byok_supported": true
  },
  "rate_limits": {
    "requests_per_minute": 120,
    "window_seconds": 60,
    "policy": "\"gateway\";q=120;w=60",
    "headers": [
      "RateLimit-Policy",
      "RateLimit",
      "RateLimit-Limit",
      "RateLimit-Remaining",
      "RateLimit-Reset",
      "Retry-After"
    ],
    "scope": "per authenticated caller"
  },
  "documentation_url": "https://zerocreditai.com/docs",
  "agent_instructions_url": "https://zerocreditai.com/agents.md",
  "openapi_url": "https://zerocreditai.com/openapi.json",
  "llms_txt_url": "https://zerocreditai.com/llms.txt",
  "mcp_url": "https://zerocreditai.com/mcp",
  "time": "2026-09-24T05:13:32.912Z"
}