cURL
curl --request POST \ --url https://api.veryfront.com/uploads/{upload_reference}/restore \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "path": "<string>", "file_name": "<string>", "content_type": "<string>", "size": 123, "url": "<string>", "status": "pending", "visibility": "project", "created_at": "<string>", "updated_at": "<string>", "deleted_at": "<string>" }
Restores a soft-deleted upload.
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
Upload ID (UUID)
File restored successfully
pending
active
failed
project
public
private