Profile
GET /api/v2/me
Returns your profile, credit balance, and subscription.
curl https://dublab.app/api/v2/me \
-H "apikey: YOUR_API_KEY"Response (200):
{
"id": "bc6276da-fb68-40a2-...",
"email": "you@example.com",
"name": "Your Name",
"username": "you@example.com",
"first_name": null,
"last_name": null,
"seconds": 32955,
"default_dub_lang": "de",
"subscription_status": "active",
"subscription_plan": "hobby",
"created_at": "2025-04-28T01:10:53.359Z"
}
secondsis your available credit balance (one credit = one second of output).subscription_status/subscription_planarenullwithout an active subscription.first_name/last_namemay benull.