Step 1 — Get your access token
1
Open the Client Login API
Go to Client Login and click Try it.
2
Paste your credentials
Enter your
client_id and client_secret in the request body and hit Send.Don’t have credentials? Create them in the Eka Developer Console under Manage API Credentials.
3
Copy the access_token
The response contains your token:
Step 2 — Set the token once
On any EkaScribe API page, paste theaccess_token into the Authorization → Bearer field of the playground. The docs remember it, so every other EkaScribe endpoint page is instantly authenticated too.
Step 3 — Try the APIs, one by one
Walk the real flow directly from the docs:Access tokens expire (
expires_in is in seconds — typically 30 minutes). If calls start returning 401, run Step 1 again, or use the Refresh Token API. You can also create a long-lived token against your client in the Developer Console and use it directly as the Bearer token.
