post https://api.pixop.com/api/v1/videos//processing/start
Initiates the processing of the specified video with options specified in the query parameters and request body.
A new video, identified by the videoId
returned in the response, is created. This videoId
should be used to track the asynchronous processing operation using:
- GET /v1/videos/{videoId}/processing/status
- GET /v1/videos/{videoId} (for full video details)
- Webhooks: Subscribe to
clip_processing
and/orvideo_processing
events to receive real-time updates