API Reference/api/version

/api/version

Info

GET
Get version info

Headers

Upload a file to Zipline, for more options see the configuration page.

Body (multipart/form-data)

Field names of files should be file, if you want to upload multiple files then just append multiple fields with the name still being file.

200
Ok (JSON)

Field NameTypeDescription
filesarray of stringsThe URLs of the uploaded files
{
"files": ["https://example.com/asdfgh.png"]
}

403
Unauthorized (JSON)

Last updated: 8/4/2023
Edit this page on GitHub