Files
file.detail
Retrieves a file’s details including upload status, size, and expiration time. Check that status is uploaded before using the file in task.create. Files expire 48 hours after upload.
GET
cURL
Questions or issues? Contact us at api-support@manus.ai.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.
Headers
API key for direct authentication. Provide either this or Authorization, not both. See Authentication.
Query Parameters
The unique identifier of the file to retrieve.
Previous
file.deleteDeletes a file. Files are automatically deleted 48 hours after upload, so manual deletion is only needed for early cleanup.
Next
cURL