Get Base Asset
GET/api/v2/rawmodel/:id
Returns detailed information about an uploaded 3D model asset, including its processing status, metadata, and available downloads. Use this endpoint to monitor upload status or use our webhook to get notified when the upload is complete.
Key Field upload_status
The upload_status
field tracks the model's progress through various processing stages.
Most important values are:
- "complete": All processing completed successfully
- "Importing Failed": General processing failure
Other values are:
- "incomplete": Initial state, upload not yet finished
- "waiting": Upload complete, waiting to start processing
- "unzipping": Extracting uploaded files
- "analysing": Analyzing model structure and contents
- "dataprepping": Preparing data for processing
- "dataprepping failed": Data preparation encountered an error
- "RapidQC": Model is in quality control phase
- "Importing Failed Import Limit Exceeded": Processing failed due to import limits
Error Handling:
Check
upload_status
first:- "complete" indicates successful processing
If
has_errors
is true:- Set to true if RapidPipeline 3D Processor creates a error.log file with errors
- Check "error.log" in the downloads section for details
Request
Path Parameters
id integerrequired
The id of the base asset
Example: 281
Responses
- 200
Failed
- text/plain
- Schema
Schema
string
Loading...