> ## Documentation Index
> Fetch the complete documentation index at: https://docs.techforgeinnovate.com/llms.txt
> Use this file to discover all available pages before exploring further.

# TFI Studio Docs

> Getting started guides and API reference for TFI Studio's API-key endpoints.

# TFI Studio Docs

TFI Studio gives marketing, operations, and engineering teams one place to run branded AI media workflows. The public developer surface documented here covers the API-key endpoints used for project discovery, job creation, job polling, and signed delivery.

## Start here

* Read [getting-started/quickstart](getting-started/quickstart) for the fastest path from API key to rendered output.
* Read [getting-started/authentication](getting-started/authentication) for header format and security guidance.
* Read [getting-started/workflows](getting-started/workflows) for the recommended brand-marketing integration pattern.

## Platform overview

TFI Studio combines:

* Reusable projects that encode brand-safe templates and instructions
* Async jobs for images, video, talking-video, voice, and related workflows
* Signed URL delivery for generated assets
* Studio-side monitoring, credits, and billing visibility

Read [platform/overview](platform/overview) and [platform/solutions](platform/solutions) for the product and use-case context behind the API.

## API reference

All pages in the API reference use the same base URL and auth model:

```text theme={null}
Base URL: https://api.techforgeinnovate.com
Header: x-api-key: YOUR_API_KEY
```

Documented API-key endpoints:

* `GET /auth/credits`
* `GET /api/provider/projects/active`
* `GET /api/provider/projects/:projectId/mapping-fields`
* `POST /jobs`
* `POST /jobs/v2`
* `GET /jobs/:id`
* `PUT /jobs/:id`
* `POST /jobs/trigger-job`
* `GET /storage/generate-signed-path`

## What is documented here

* Only endpoints currently accessible with `x-api-key`
* Current behavior from the live NestJS implementation
* Mintlify-native MDX pages instead of the older placeholder content

Use the navigation on the left to move between onboarding content, platform context, and the endpoint-by-endpoint reference.
