Skip to content

Example: how to use resource API to pre-load models and check the transcoding status

License

Notifications You must be signed in to change notification settings

threedy-io/resource-api-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Description:

This script shows how to transcode a 3D asset using the Resource API.


Table of content:



How to use the example

  • 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

Technical details

  • 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.

License

This sample is licensed under the terms of the MIT License. Please see the LICENSE file for full details.

How to report an issue

If you encounter any issues, please contact us.

About

Example: how to use resource API to pre-load models and check the transcoding status

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages