Integrations
Officially maintained clients for the stacks we use ourselves — the REST API underneath works with anything that speaks HTTP.
TypeScript / JavaScript
The official @uploadcenter/sdk-js package — works in Node.js and the browser, fully typed.
React
The JS SDK is framework-agnostic and drops straight into any React app — this dashboard is built with it.
Next.js
Server Components, Route Handlers, or client components — the SDK works in any of Next.js's rendering modes.
Node.js
Use the JS SDK server-side to presign uploads or call AI endpoints without exposing your API key to the browser.
Python
The official uploadcenter package on PyPI — sync and async clients, fully typed with attrs models.
FastAPI
The Python SDK's async client fits naturally into FastAPI's own async request handlers — it's what UploadCenter's own API is built with.
Anything else that speaks HTTP
The SDKs are a convenience, not a requirement — every endpoint is plain REST with a documented OpenAPI schema, callable from any language or framework.
View the documentation