My Account Subscribe Help About
Sign In | Register FREE
Saturday, March 14, 2026
Chancellor to offer support over rising heating oil costsDoomed hereditary peers spy chance to stay in the LordsRescuers blame weather and 'underprepared skiers' for rise in Alps avalanche deathsWe're not profiteering on fuel. But my staff still face abuseMore US Marines and warships to be moved to Middle East, reports sayWatch: Why Kharg Island is a lifeline for IranUnder drone fire, exiled Kurds wait to confront Iranian regimeHow the Iran war exposed cracks in Trump's Republican coalitionAs hopes of regime change in Iran fade, Netanyahu faces political testIs Dubai's glossy image under threat? Not everyone thinks so'Like a trap you can't escape': The women who regret being mothersWhy do Glasgow's historic buildings keep catching fire?They were told it wasn't for girls, but these could be the future faces of F1She spent 16 hours on Instagram. It's up to a jury to decide if Meta is to blameExplosion at Amsterdam Jewish school 'a deliberate attack' says mayorThe Papers: Epstein files photo 'bombshell' and 'Iran war spirals''Hate-watch classic' War of the Worlds sweeps Razzie AwardsEthics adviser rejects Tory call for inquiry into PM over Mandelson appointmentMaya Jama: 'My dream acting role is to play a monster or villain''Tigers and flies': Millions of officials later, why is Xi's corruption purge still going?New Archbishop of Canterbury to walk 87 mile pilgrimage route ahead of installationMy stalker tricked random men into turning up at house for sexCharges dropped against US teens whose teacher died during toilet paper prankF1 races in Middle East to be cancelled because of war in IranAustrian glaciers disintegrating due to climate change, say scientistsPink Floyd guitar sold for record-breaking $14.6mI died and came back to life. Now I just want to feel joy every dayWoman reunited with stolen dog after eight yearsMan sails around world in boat he built in his shed'Extinct' butterfly found across southern England

Flamenet Help Center

Guides, how-tos, and answers to common questions.

POPULAR TOPICS
ALL ARTICLES
Knowledge BaseTechnical › How do I get a Flamenet API key?

How do I get a Flamenet API key?

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

  1. Sign in to your Flamenet account.
  2. Visit your Account page at /account/.
  3. Scroll to the API Access section.
  4. Click Generate New Key.
  5. 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/.

Can’t find what you’re looking for?Contact us and we’ll get back to you within 2 business days.