Register and log in
Create your Fhddos account at aiapi.fhddos.com, verify your email address, and sign in to the Console.
Create an account
Create an account
Sign up with your email address or a supported third-party provider. After submitting the form, check your inbox for a verification email and click the confirmation link before logging in.
Create or join a team (optional)
Create or join a team (optional)
Teams let you share API keys, quotas, and usage data across multiple members. Create a new team from the Console and invite colleagues by email, or ask a team owner for an invitation link to join an existing team.
Create an API key
Navigate to Tokens (
/panel/token) in the Console sidebar and generate a new API key.Generate your key
Generate your key
Click Create Token, give it a descriptive name (for example,
dev-local or prod-backend), and confirm. Fhddos immediately displays the full key — it starts with oh- and looks like oh-xxxxxxxxxxxxxxxx.Copy the key now. You will not be able to view it again after closing this dialog.Keep your key secret
Keep your key secret
Store the key in an environment variable or a secrets manager — never hard-code it in source files or commit it to version control. Fhddos keys are for server-side use only; exposing them in client-side code or public repositories can result in unexpected charges.
Make your first API call
Point your HTTP client or OpenAI SDK at Python (openai SDK)After the call completes, open Logs (
https://aiapi.fhddos.com/v1, pass your Fhddos token as the Bearer credential, and call /v1/chat/completions with any supported model name.curl/panel/log) in the Console to confirm the request appears with a 200 status. If the call fails, check that your token is correctly formatted and that you’re targeting /v1/chat/completions — not the upstream provider’s URL.What’s next?
Console Guide
Learn every section of the Fhddos Console — dashboards, logs, billing, and team management.
OpenAI Compatibility
Explore the full API surface, supported models, and request/response examples.
Account & Billing
Manage your subscription, view invoices, and monitor quota consumption.
