cURL
curl --request POST \ --url https://api.vidjutsu.ai/v1/accounts/provision \ --header 'Content-Type: application/json' \ --data ' { "accountId": "<string>", "country": "<string>", "niche": "<string>" } '
{ "id": "<string>", "status": "creating", "creditsCharged": 990 }
The request has been accepted for processing, but processing has not yet completed.
creating
990