API Key usage

Ways to pass your API key

Ways to pass your API key

Your API key may be passed to the service in a few different ways. Pick whichever method is easiest for you.

HTTP Header

curl -H 'X-AIGEN-KEY: YOUR_KEY_HERE' 'https://apis.aigen.online/aiscript/idcard/v2'

Query Parameter

curl 'https://apis.aigen.online/aiscript/idcard/v2?aigen_key=YOUR_KEY_HERE'

Please note that the API key is tied to your account and is used to track usage and enforce rate limits. If you believe that your API key has been compromised, please regenerate a new key through the API page.

If you have any questions or concerns regarding API key usage, please reach out to us through the support page.

Last updated