Poll for checkout completion and API key.
cURL
curl --request GET \ --url https://api.vidjutsu.ai/v1/api_keys/status
{ "status": "pending", "apiKey": "<string>", "clientId": "<string>", "balance": 123, "isNew": true }
Stripe session ID from /v1/auth/setup.
Session status. When completed, returns the API key.
pending
completed
Your API key. Store it securely.