Authentication
Secure API access with KonPro's authentication system
Authenticate with KonPro API
To access KonPro's API and perform operations, you must authenticate and authorize your requests using the HTTP x-api-key header.
To find your API Token, navigate to your account's dashboard by clicking the top left corner of the KonPro App home screen. From the dropdown menu, select Account Settings. Your API token will be displayed under the API tab. This token will be used to authenticate your API requests.
KonPro API Plans
Your API usage limits will depend on the tier of KonPro API plan you are subscribed to. Every KonPro App user now automatically receives Free Trial access to the KonPro API, including Video Generation, Video Translation, and Interactive Avatar endpoints, and there are three paid subscription tiers available for increased usage: Pro, Scale, and Enterprise.
For more information on pricing and usage, please refer to our limits page.
KEEP TOKEN SECRET AND SAFE
When it comes to your API Token, heed the wise advice: Keep it Secret. Keep it Safe! Anyone with access to your API Key can make API requests on your behalf. If you suspect that your token has been compromised, please send an email to support@konpro.ai and it can be deactivated or reset.
Example Usage
Here's how to include your API key in your requests:
curl --request GET \
--url https://api.konpro.ai/v1/avatars \
--header 'accept: application/json' \
--header 'x-api-key: <your-api-key>'API Limits and Credit Consumption
Understanding your API limits and credit consumption is crucial for managing your usage effectively.
Rate Limits
- •Free Trial: 10 requests per minute, 100 requests per day
- •Pro Plan: 60 requests per minute, 1,000 requests per day
- •Scale Plan: 300 requests per minute, 10,000 requests per day
- •Enterprise: Custom limits based on your needs
Credit Consumption
- •Avatar Video Generation: 1 credit per second of video
- •Video Translation: 0.5 credits per second of video
- •Photo Avatar Generation: 2 credits per image
- •Interactive Avatar: 0.1 credits per minute of interaction