@autorender/nodejs SDK is the official server-side client for Node.js and TypeScript. Use it to upload files, list and manage files and folders, run multipart uploads, and call the Autorender API from your backend.
Prerequisites
- An Autorender account with an API key — create one in the dashboard
- Node.js 18 or later
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. The client reads
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.