Tutorials
How to upload files
This tutorial shows how to upload your files to a temporary location to run jobs
The Media API was created to help you build a prototype or proof of concept. Any data stored is temporary and will be removed. For production use cases you should choose your preferred storage provider.
A few key points:
Temporary: The media you store with these APIs is temporary and will be automatically removed within 24 - 48 hours.
Secure: The media is stored in an isolated location that only you can access with your API token. It is encrypted while in transit with HTTPS. Access to the production system is controlled to prevent unauthorized use.
Create and use a temporary storage location
A typical workflow to upload your media is:
- Create a temporary storage location with a pre-signed URL and upload your media.
- Use your temporary storage with Jobs APIs.
upload-file.py
2. Use your temporary storage with Jobs APIs
After you have uploaded your media, you can use the Jobs API to process it.
create-job.py