Skip to content

Download a companion file's bytes

GET
/assets/{id}/companions/{companion_id}

Returns the raw bytes for a single companion. The frontend viewer calls this through a LoadingManager URL modifier when the model loader asks for a resource at a known relative path.

id
required
string format: uuid
companion_id
required
string format: uuid

Companion body

string format: binary

Authentication required, missing, or invalid

object
error
required

Human-readable error summary

string
Example
the request could not be completed
Example
{
"error": "authentication required: sign in and retry with a valid session or API token"
}

Resource not found

object
error
required

Human-readable error summary

string
Example
the request could not be completed