7min
How to Use the Conversion API
In this guide you'll find information in case you want to use our conversion to a streamable model system as an API.
You can use the API by sending HTTPS requests to https://api.senseofspace.io/ConversionApi
Parameters can be sent either in query string or as a JSON string in the request body.
Every request requires your user id and password as parameters as follows:
u: “youruserid”
p: “yourpassword”
Get a cake by its ID
GET
Params
Body Parameters
id
required
String
ID of the cake to get
After creating a streamable asset entry, you need to upload a model to start the conversion.
Only .GLB files are supported currently.
Get a cake by its ID
GET
Params
Body Parameters
id
required
String
ID of the cake to get
Get a cake by its ID
GET
Params
Body Parameters
id
required
String
ID of the cake to get
Get a cake by its ID
GET
Params
Body Parameters
id
required
String
ID of the cake to get