Authentication
Last updated
Was this helpful?
Last updated
Was this helpful?
You need to have an Enterprise plan to be able to use our API. Check out our pricing page for more info.
Colossyan's API is using Bearer Authentication. This means, that every request has to be authenticated by sending the token in the Authorization
header pre-pended by the text Bearer
. See the example below:
You can create or find your existing tokens at the bottom of the Workspace details tab in the Settings page.
Each token belongs to a specific workspace. This is where are the generated videos that you create through the API will be listed. To keep things tidy, it is recommended to create a specific workspace for each use-case for the API.