Frequently Asked Questions
What base URL and authentication header should I use?
What base URL and authentication header should I use?
https://api.higgsfield.ai and authenticate server-side with Authorization: Key YOUR_KEY_ID:YOUR_KEY_SECRET. Do not use a Bearer token or expose the secret in browser or mobile code. See Authentication.Why does a generation request not return the media immediately?
Why does a generation request not return the media immediately?
request_id, status_url, and cancel_url. Poll status_url or configure a webhook, then read the output URL after the status becomes completed. See Requests and lifecycle.Which model or endpoint should I use?
Which model or endpoint should I use?
What is the retention policy for generated output files?
What is the retention policy for generated output files?
Are failed requests charged?
Are failed requests charged?
What does NSFW status mean?
What does NSFW status mean?
Are NSFW-flagged requests charged?
Are NSFW-flagged requests charged?
Do you offer invoice-based billing?
Do you offer invoice-based billing?
What are the API rate limits?
What are the API rate limits?
How do I monitor my API usage?
How do I monitor my API usage?
Which programming languages are supported?
Which programming languages are supported?
How do I get started with the API?
How do I get started with the API?
- Create an account at console.higgsfield.ai
- Generate your API credentials from the dashboard
- Follow our Quickstart for your first integration
- Read How the API works, then use a generation endpoint available to your account
What happens if a generation takes too long?
What happens if a generation takes too long?
request_id.Still have questions?
If you didn’t find your answer, here is where to go next:- Discord community: Join the Higgsfield Discord and ask your question there
- Account and billing: email support@higgsfield.ai
- Documentation: Read the Quickstart
- API Reference: Request endpoint reference