post https://api.topazlabs.com/video/
Create a new video enhancement request.
Send information about the video and desired enhancements then receive cost and time estimates.
Calling this endpoint does NOT consume credits.
Estimations are based on values provided, and the calculation is rerun once the system receives the source video. If the second estimate is significantly different than the initial values, the request is failed and the credits are fully refunded.
Time estimates are in development and may not be accurate.
Response body
Property | Type | Description |
---|---|---|
requestId | UUID | Unique request identifier |
estimates | Object | Refer to RequestEstimates below |
RequestEstimates
cost
and time
are arrays with two integers each, representing lower and upper bounds of the estimate.
Property | Type | Description |
---|---|---|
cost | Array | Cost range (in credits) |
time | Array | Time range (in seconds) |