Retrieves a file’s details.
cURL
curl --request GET \ --url 'https://api.manus.ai/v2/file.detail?file_id=<string>' \ --header 'x-manus-api-key: <api-key>'
{ "ok": true, "request_id": "<string>", "file": { "id": "<string>", "filename": "<string>", "status": "pending", "created_at": 123, "bytes": 123, "content_type": "<string>", "expires_at": 123, "error_message": "<string>" } }
The unique identifier of the file to retrieve.
File retrieved successfully.
Whether the request was successful.
true
Unique identifier for this API request.
The file object with full details.
Show child attributes
Was this page helpful?