foxora

API 참조

Use https://api.foxora.ai for the current /v1 account, discovery, usage, and OpenAI-compatible chat-completions routes.

이 섹션의 내용 8 페이지

  1. 33.01Overview
  2. 33.02AuthenticationSend a Foxora account access token as an HTTPS Bearer credential and validate it against /v1/me before enabling account-dependent work.
  3. 33.03Chat Completions APISend an OpenAI-compatible messages payload to /v1/chat/completions using a model identifier returned by /v1/models.
  4. 33.04Account endpointUse authenticated GET /v1/me to confirm identity, plan, usage counters, and feature access for the current token.
  5. 33.05Usage endpointUse GET /v1/me/usage?days=N for recent daily usage records, and use the account or credits endpoint for current allowance windows.
  6. 33.06Models endpointCall public GET /v1/models at runtime and select an identifier from the returned list instead of assuming a fixed catalog.
  7. 33.07Errors and status codesHandle Foxora API failures by HTTP status, structured error code, and x-request-id, while keeping credentials and prompt content out of logs.
  8. 33.08Rate limits and versioningTreat /v1 as the current path contract and use response headers rather than hardcoded request limits.