The TaskForceAI API allows you to orchestrate multi-agent workflows programmatically.Documentation Index
Fetch the complete documentation index at: https://docs.taskforceai.chat/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
All API requests require anx-api-key header. You can obtain your API key from the Developer Settings in your dashboard.
Base URL
All requests should be made to the following 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 iscompleted, retrieve the final output.