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
/
v2
/
file.detail
cURL
curl --request GET \ --url 'https://api.manus.ai/v2/file.detail?file_id=<string>' \ --header 'x-manus-api-key: <api-key>'