Obtaining an API Key
You need to obtain an API Key before calling the API:- Log in to bizyair.ai
- Go to API Keys
- Click Create New Key and enter an alias (e.g.,
production/dev-local) - Copy the generated Key (click the button on the left of the key to reveal it in full; click the key to copy it to the clipboard)
Authorization field in the HTTP Header:
Common Request Headers
The following request headers apply to all invocation methods; some headers are used to control the invocation mode:When both
X-BizyAir-Task-Async: enable and X-BizyAir-Task-WebHook-Url are set, WebHook mode takes precedence and the async-query flag is ignored.