API Key usage

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/v1'

Query Parameter

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

Last updated