v1

latestOpenAPI 3.1.02026-07-2671117149.2 KB
APIs
Project Setup

Get Project Setup Runs Results

post/project-setup-results

Request body

run_idsinteger[] required

An array of unique positive integers, each representing the ID of a specific run. You must provide between 2 and 5 IDs, and all IDs must correspond to the same run type (e.g., all text-to-speech or all dubbing runs).

Example request

{
  "run_ids": [
    12345,
    6789
  ]
}

Response

Successful Response

run_idinteger

The unique identifier for the run, which was generated during the Project setup process and returned upon task completion.

Example response

[
  {
    "project_details": {
      "target_languages": [
        "es-es",
        "fr-fr"
      ]
    }
  }
]