kreuzberg_cloud_sdk 0.0.1
kreuzberg_cloud_sdk: ^0.0.1 copied to clipboard
Official Dart client SDK for the Kreuzberg Cloud document extraction API. Asynchronous extraction with webhook delivery, presigned uploads, and job polling.
0.0.1 #
- Initial release of the Kreuzberg Cloud Dart SDK.
- Generated from the Kreuzberg Cloud OpenAPI 3.1 spec via
swagger_parser, targeting Retrofit + Dio with Freezed 3 sealed data classes. - Hand-written facade
KreuzbergCloudClientadds bearer auth, retry-with-backoff (429/502/503/504, honorsRetry-After), typed exception hierarchy, multipart helpers for/v1/extract, andwaitForJob/waitForJobspolling. - Covers all 7 public endpoints:
healthz,readyz,/v1/extract,/v1/jobs/{id},/v1/uploads/presign,/v1/uploads/confirm,/v1/usage.