API Reference
Delete File
This API allows you to delete a file using its delete key.
Path Parameters
hash*string
Delete Key
Header Parameters
Authorization*string
API key
Response Body
application/json
curl -X GET "https://s.ee/api/v1/file/delete/string" \ -H "Authorization: string"{
"code": "string",
"message": "string",
"success": true
}Get Private File Download URL GET
This API allows you to get a temporary download URL for a private file using its file ID. The URL is cached for a period of time, so multiple requests for the same file will return the same URL. The URL is valid for 1 hour.
Get Available Domains for File Sharing GET
Returns a list of all domains available for creating file sharing URLs with your account. Use these domain values when calling the File Upload endpoint.