Skip to main content
The autorender package is the official server-side client for Python. Use it to upload files, list and manage files and folders, run multipart uploads, and call the Autorender API from your backend.

Prerequisites

Guide

1

Install the package.

2

Set your API key.

Create an API key in the dashboard and set it as an environment variable:
3

Upload a file.

Create a client and upload your first file. Read AUTORENDER_API_KEY from the environment — never hardcode the key.

Examples

Upload from URL

List files

Get file details

Rename a file

Delete a file

Folders

Multipart upload

For files larger than 100 MB, use a multipart upload to split the file into parts:

Error handling

Resources

Next steps

Direct upload API

The upload endpoint this SDK calls.

Create an API key

Generate the key the client reads from the environment.

Image transformations

Build delivery URLs from your uploaded files.

All SDKs

Server-side clients for every language.