Skip to main content
POST
Get Project Setup Runs Results

Overview

he Get Bulk Project Setup Results endpoint is your go-to tool for managing multiple content localization projects with ease. By retrieving comprehensive setup results for multiple projects in a single API call, this endpoint empowers project managers, content creators, and automation workflows to stay on top of large-scale localization efforts in CAMB.AI Studio. With this endpoint, you can:
  • Retrieve detailed setup results for multiple projects simultaneously.
  • Gain insights into project readiness, including status, duration, and language configurations.
Why Use This Endpoint? This endpoint is a game-changer for teams managing multiple localization projects. It provides a unified view of your project portfolio, helping you coordinate tasks, allocate resources efficiently, and make data-driven decisions to keep your content pipeline on track.

Best Practices for Effective Use

To maximize the value of this endpoint, consider these strategies:
  1. Group Projects Strategically: Organize run_ids by priority, language pairs, or deadlines to align with your team’s workflow.
  2. Batch Efficiently: Balance the number of run_ids in each request to ensure fast response times and manageable data processing.

Authorizations

x-api-key
string
header
required

The x-api-key is a custom header required for authenticating requests to our API. Include this header in your request with the appropriate API key value to securely access our endpoints. You can find your API key(s) in the 'API' section of our studio website.

Body

application/json
run_ids
integer[]
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).

Required array length: 2 - 5 elements
Example:

Response

Successful Response

Required array length: 1 - 5 elements
run_id
integer

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

Required range: x >= 0
project_details
object