Skip to main content
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