SDK documentation

Choose the SDK docs for your stack.

The docs section now starts with an SDK selector instead of dropping you into one language by default. Python, TypeScript, and PHP are all live today and share the same upload, auth, and completion contract.

Scoped API keys Presigned upload flow Shared backend contract

Shared security model

Every SDK keeps AWS credentials out of the client and depends on short-lived presigned upload URLs from your Dilnaka backend.

One upload contract

Presign, upload directly to S3, then complete the file record. The shape stays consistent so multiple SDKs can coexist without split documentation logic.

Fast route expansion

The selector now supports multiple live SDK routes without changing the top-level docs page whenever another language ships.