SDKs make it easier to authenticate, upload files, and orchestrate processors without hand-writing HTTP requests.

Available today

We are preparing official SDKs for TypeScript and Python. Until they ship, use the REST examples in this reference or generate clients from our OpenAPI document.

Early access

Want to test-drive the upcoming SDKs? Join the early access list:

curl -X POST https://api.algorythmos.fr/community/sdk-interest \
 -H "x-api-key: $ALG_KEY" \
 -H "Content-Type: application/json" \
 -d '{"language":"typescript","contact":"dev@yourteam.com"}'

We will reach out with package names, installation instructions, and migration guides as soon as they are ready.