Skip to main content
The Descript API uses personal API tokens to authenticate requests. Tokens are scoped to a specific Drive and inherit your permissions on that Drive. To create a token, see the Getting Started guide.
Treat your API token like a password. Anyone with your token can make API requests on your behalf using your account permissions. Never share your token publicly or commit it to source control.

Using your token

Include the token as a Bearer token in the Authorization header of your API requests. Example