Authentication method
All authenticated API endpoints, such as creating generation tasks and querying task status, require a valid token in the request header.HTTP authentication scheme
- Scheme:
Bearer - Header:
Authorization - Format:
Authorization: Bearer <token>
Token notes
- The token is a 64-character hexadecimal string.
- Include the token in the
Authorizationheader usingBearer <token>, with exactly one space betweenBearerand the token. - Contact technical support to obtain or rotate your token.