Discussions
Struggling to Integrate Transkripto API with Node.js — Missing Auth Token Error
4 hours ago by Philip Barr
Hey everyone,
I’m currently trying to integrate the Transkripto API into my Node.js project, but I keep running into an authentication issue. Every time I send a POST request to transcribe an audio file, I get the following response:
{
"error": "Missing or invalid auth token"
}
I’ve double-checked my API key in the header (Authorization: Bearer <my_api_key>) and even tried regenerating it from the dashboard, but the error persists. I’m using axios for requests, and my code works fine when I test other APIs.
Has anyone faced a similar problem? Is there a specific format or endpoint requirement for authentication with the Transkripto API?
Any insights or examples would be really helpful — I’ve been stuck on this for hours.
Thanks in advance!
