My Account Subscribe Help About
Sign In | Register FREE
Saturday, May 16, 2026
Streeting says he would join leadership race as Burnham vows to 'save' LabourThe race to replace Starmer is on - but he still faces a momentous choiceTens of thousands join rival marches in LondonPolice pelted with bottles as Celtic fans celebrate Premiership title winRescue diver dies during search for bodies of Italians who drowned in Maldives cavesTaiwan insists it is independent after Trump warningI tried the UK's 'saltiest' sandwich - here's what I learnedAlleged murder of Aboriginal girl highlights Australia's deep inequalities'They took £20,000 I didn't owe': Parents hit by child maintenance errorsWhat is a 'safe death'? Mentally ill woman asks for assisted dying in CanadaEverything you need to know about tonight's finalChallenge yourself in our Eurovision quiz - can you avoid nul points?Meet the UK's Eurovision act, Look Mum No ComputerWhale found dead near Danish island after German rescue operationMan drives car into pedestrians in Italy, injuring eightSwitzerland to open secret files on Auschwitz 'Angel of Death' MengeleSoldier dies after falling from horse at Royal Windsor Horse ShowSenior IS leader killed in joint operation, US and Nigeria sayMassive queues shut Swatch stores as hundreds clamour for £335 limited edition watchGiant new dinosaur identified from fossils in ThailandBoy, 9, aims to become youngest amputee to complete Three Peaks challengeNew bypass named Pork Pie Way in ‘defining moment for Melton Mowbray’I became my sister's carer at six - she amazes me every dayBBC News appThe Week: How did Labour get here and where do they go now?Why Democrats are panicking about losing CaliforniaA cross-cultural rom-com about an assisted marriageAlonso reaches agreement in principle to be next Chelsea bossThe Alonso dream may be over - but Salah's outburst keeps heat on SlotEngland beaten in rain-affected ODI as NZ draw series

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.