LowCodeAPI
4 APIs
  • Overdub(3)
    • POST
      Generate a new Overdub
    • GET
      Get an Overdub result
    • GET
      Get voices
POST
GET
GET
POST
https://api.lowcodeapi.com/descript/v1/overdub/generate_async
Request Payload

The payload will be sent as a application/json as a part of the request body.

Payload
textstring*
The text you want to generate.
voice_idstring*
The voice id
voice_style_idstring
The ID of the desired style associated with the voice. If not provided, the default voice style is used. This parameter is ignored if prefix_audio_url or suffix_audio_url is provided.
prefix_textstring
The transcript of the prefix audio.
prefix_audio_urlstring
The prefix audio url.
suffix_textstring
The transcript of the suffix audio.
suffix_audio_urlstring
The suffix audio url.
callback_urlstring
when the overdub is ready, we do a post on that endpoint with a json object: {state, id}. Then user will have to get the result as usual
Response
API response data will be shown here once the request is completed.
Descript