Object Upload
Authorizations
AuthorizationstringRequired
JWT token obtained from authentication
Body
objectNamestring · min: 1 · max: 255RequiredExample:
Name of the ModelSet object
Product Demo ModeltrackingTypestring · enumRequiredExample:
Type of tracking to be performed:
full: 360-degree tracking (all angles)side: Side-view tracking only
fullPossible values: Responses
200
ModelSet object created successfully
application/json
messagestringRequiredExample:
Success message
Object created successfullyobjectCodestringRequiredExample:
Unique code for the object
OBJ_1234567890objectIdstringRequiredExample:
Unique identifier for the object
65f1234567890abcdef12345uploadUrlstring · uriRequiredExample:
Pre-signed S3 URL for uploading the 3D model file. Use PUT request to upload the file to this URL.
https://s3.amazonaws.com/multiset-objects/65f1234567890abcdef12345.glb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=...400
Bad request - Invalid parameters
application/json
401
Unauthorized - Invalid or missing authentication token
application/json
500
Internal server error
application/json
post
/v1/vps/objectLast updated