Download a companion file's bytes
GET /assets/{id}/companions/{companion_id}
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.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: uuid
companion_id
required
string format: uuid
Responses
Section titled “ Responses ”Companion body
string format: binary
Authentication required, missing, or invalid
object
error
required
Human-readable error summary
string
Example
the request could not be completedExample
{ "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