Get Your API Token
Before making API requests, you need an access token. You can get one in two ways:- From Dashboard
- Via API
- Log in to Drime Cloud
- Go to Account Settings → Developers
- Click Create a token
- Name your token and click Create
- Copy and save your token securely
Make Your First Request
Use your token in theAuthorization header:
Upload Your First File
1
Get a presigned URL
For files under 5MB, use the simple upload flow:
2
Upload to S3
Upload the file to the presigned URL:
3
Create the file entry
Register the file in Drime Cloud:
List Your Files
Next Steps
Authentication
Learn more about authentication methods
API Reference
Explore all available endpoints
Multipart Uploads
Upload large files with multipart
Sharing
Share files with others

