foxora

Overview

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

이 참조 페이지는 현재 영어로만 제공됩니다.

  1. Discover current model selectors with public GET /v1/models.
  2. Obtain a Foxora account access token through a supported sign-in or client flow.
  3. Send authenticated requests only from a trusted local or server-side environment.
  4. Set explicit timeouts and preserve the x-request-id response header.
  5. Check account and usage state after a controlled request.
Terminal
curl https://api.foxora.ai/v1/me \
  -H "Authorization: Bearer $FOXORA_ACCESS_TOKEN"

Do not embed account tokens in browser bundles, mobile packages, repositories, screenshots, prompts, or logs. The API returns JSON errors with a code and message; clients should branch on HTTP status and code rather than displayed text alone.

Expected result: /v1/me returns the intended account and plan, with a request identifier available for diagnostics.