Add converted formats to the model
POST/api/v2/rawmodel/:id/addFormats
This endpoint starts the conversion process to the provided target formats. The conversion process is asynchronous and can take some time to complete. The status of the conversion can be checked using the processedFormats
endpoint.
Request
Responses
- 401
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "Unauthenticated."
}
Loading...