Shared security model
Every SDK keeps AWS credentials out of the client and depends on short-lived presigned upload URLs from your Dilnaka backend.
SDK documentation
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.
Every SDK keeps AWS credentials out of the client and depends on short-lived presigned upload URLs from your Dilnaka backend.
Presign, upload directly to S3, then complete the file record. The shape stays consistent so multiple SDKs can coexist without split documentation logic.
The selector now supports multiple live SDK routes without changing the top-level docs page whenever another language ships.