HomeGuidesAPI ReferenceChangelog
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

Upload, download or delete a file

This API allows one to upload or download a file in small chunks. You can use this API to read a file in chunks by providing appropriate offsets from the start of the file. For writes, any data sent is always appended to the file. For writes, if file does not exist, one is created. So to start from a fresh file, you can first delete the file.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

upload, download or delete information

number

Number of bytes in the byte field. Ignored for read and delete operations. Only valid for write operation

string

Ignored for delete and read operations. For write operation, this string is base64 encoded string of orginal bytes

string
enum
required
Allowed:
string
required

Full path of the file on appliance file system: e.g. /tmp/a.txt

number

Read offset in the file when downloading. Ignored for writes and deletes.

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*