Discussions

Ask a Question
Back to All

Can we get callback_id functionality added to the translate_video API?

Hi! Thanks for continuing to work on the API. It's great to see it progress over time.

Our team has used the creat_video API but we are switching to leverage the translate_video API now and have been spoiled with the lovely callback_id functionality on the former. We are able to handle many things in the backend thanks to this custom parameter we pass on POST requests for video generation.

The question is:

Could we get the same functionality added to the video_translate API?

The expected behavior would be:

Make POST requests to /v2/video_translate with callback_id: "custom string" in the request body and the webhooks emit events with the callback_id: "custom string" in the body so we can track metadata about the specific video_translate request. This is crucial for various aspects of our backend handling the webhook events.


Thanks so much!