Skip to main content

Documentation Index

Fetch the complete documentation index at: https://open.manus.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

API v1 is deprecated and will be removed in the future. Please migrate to API v2 for new features and long-term support.
The Manus API provides RESTful endpoints to programmatically manage projects, tasks, files, and webhooks. Base URL: https://api.manus.ai Authentication: Include your API key in the API_KEY header with each request.
curl -H "API_KEY: your-api-key" https://api.manus.ai/v1/tasks

Resources

EntityEndpointDescription
ProjectsCreate ProjectCreate a new project with default instructions
List ProjectsRetrieve projects
TasksCreate TaskSubmit a new task with prompt and attachments
Get TasksList tasks with filtering and pagination
Get TaskRetrieve a specific task by ID
Update TaskModify an existing task
Delete TaskRemove a task
FilesCreate FileGet a presigned URL for file upload
List FilesRetrieve uploaded files
Get FileGet details of a specific file
Delete FileRemove a file
WebhooksCreate WebhookRegister a new webhook URL
Delete WebhookRemove a webhook subscription