Skip to main content
The TaskForceAI Developer API allows you to orchestrate multi-agent workflows programmatically. API keys, model access, and usage are managed in the TaskForceAI Console.

Authentication

All Developer API requests require an x-api-key header.

Base URL

Developer API requests use this base URL:

Core Endpoints

Submit a Task

Submit a prompt for multi-agent orchestration.

Get Task Status

Check the status of a specific task.

Get Task Results

Once a task is completed, retrieve the final output.

Files and Threads

Upload files for task context, list uploaded files, download generated artifacts, and work with persistent conversation threads.

Models and Usage

Retrieve available AI models and usage details. Model discovery is a platform endpoint outside the Developer API base path; usage stays under /api/v1/developer.

OpenAPI

The public OpenAPI spec is served from the docs app at /openapi.yaml during docs builds.