website logo
Contact Us
⌘K
🌐Sense of Space
Introduction
📶3D Streaming System
Introduction & Benefits
Client Implementations
Technical Limitations
Server Requirements
🧊3D Streaming Platform
Upload and Convert a 3D Model
How to Use the Conversion API
🧩Integrations Guides
🤖Unreal Engine
🕹️Unity Engine
🦊Mozilla Hubs
✴️PlayCanvas
🔺Three.js
🅰️A-Frame
🔶Babylon.js
🌍Embed to an HTML page
⚛️Extras
Volumetric Video Integrations
Docs powered by archbee 
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.



Authentication

Every request requires your user id and password as parameters as follows:

u: “youruserid”

p: “yourpassword”



Create a streamable asset

Get a cake by its ID
GET
Params
Body Parameters
id
required
String
ID of the cake to get



Get URL to upload the model file to be converted

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



Remove a streamable asset

Get a cake by its ID
GET
Params
Body Parameters
id
required
String
ID of the cake to get



Get streamable asset list

Get a cake by its ID
GET
Params
Body Parameters
id
required
String
ID of the cake to get
Updated 25 Aug 2022
Did this page help you?
Yes
No
UP NEXT
Unreal Engine
Docs powered by archbee 
create_streamable_asset