This script shows how to transcode a 3D asset using the Resource API.
- Description:
- Table of content:
- How to use the example
- Technical details
- License
- How to report an issue
- Replace
data_urls
in the script with the file URLs you want to transcode - Replace
api_base_url
with your URL - Run
python ResourceAPI.py
to transcode the file and check its progress
- The Resource API consists of 2 endpoints
- The first POST request triggers the transcoding process
- The second POST request is used to check the transcoding status.
- More details can be found here.
This sample is licensed under the terms of the MIT License. Please see the LICENSE file for full details.
If you encounter any issues, please contact us.