The Flamenet REST API lets developers read and write Forum posts, Answers, Videos, Files, and more from their own applications. API access requires a Silver or Gold subscription and a personal API key.
Generating your API key
- Sign in to your Flamenet account.
- Visit your Account page at /account/.
- Scroll to the API Access section.
- Click Generate New Key.
- Copy the key and store it somewhere safe — it is only shown in full once. If you lose it, you can generate a new one (the old key will stop working immediately).
Using your API key
Include your key in every API request using the Authorization header:
curl https://flamenet.io/api/flamenet/v1/videos \ -H "Authorization: Bearer YOUR_API_KEY"
Alternatively, pass it as a query parameter for testing:
https://flamenet.io/api/flamenet/v1/videos?api_key=YOUR_API_KEY
Keep your API key secret. Do not include it in client-side JavaScript or commit it to a public repository. Anyone with your key can make requests on your behalf.
API documentation
Full endpoint reference is available at /api-docs/.