Skip to main content
GET
/
v1
/
me
Get your account details
curl --request GET \
  --url https://api.voicedub.ai/v1/me \
  --header 'Authorization: <api-key>'
{
  "user": {
    "apiCredits": 1000
  }
}

Documentation Index

Fetch the complete documentation index at: https://api-docs-beta-7agmae.voicedub.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key in the format: "Api-Key "

Response

200 - application/json

Your information was retrieved successfully

user
object
required