Skip to main content

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

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 and 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:
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.