/api/user/files/incomplete
View processing files that are incomplete or not fully processed yet.
Info
This endpoint requires authentication.
GET Request
Response
Status: 200 OK
Content-Type: application/json
Returns an array of IncompleteFile objects.
DELETE Request
Body
Property | Type | Description |
---|---|---|
id | string[] | Required. Array of incomplete file IDs to delete. |
Response
Status: 200 OK
Content-Type: application/json
Property | Type | Description |
---|---|---|
count | number | Number of files deleted. |
Example
{"count": 3}
Error Responses
-
400 Bad Request
If the request body is invalid or missing required fields.
/api/user/files/:id/password
Verify the password for a password-protected file.
/api/user/files/transaction
Perform bulk actions on your files: delete, favorite/unfavorite, or mo...
Last updated: 6/1/2025
Edit this page on GitHub