Authentication information will be available after the account creation. Authentication can be used in the following ways:
Using ‘LIVE API KEY’:
The LIVE API KEY details are available on the website. Provide your LIVE API KEY as the Basic Auth username value. You do not need to provide a password.
Using Encoded ‘LIVE API KEY’:
Encode the LIVE API KEY by using the ENCODE BASE64 button available on the website.
After encoding the LIVE API KEY, attach the string Basic in front of the encoded key followed by a space, and provide this value in the Authorization header.
Copy
Ask AI
curl --location --request POST '<URL>' \--header 'Authorization: Basic <Encoded LIVE API KEY>'