# Offload ## Docs - [Create Case](https://docs.offloadapi.com/api-reference/create-case.md): POST /cases - [Get Case](https://docs.offloadapi.com/api-reference/get-case.md): GET /cases/{id} - [Get Case Attachment](https://docs.offloadapi.com/api-reference/get-case-attachment.md): GET /cases/{id}/attachments/{attachmentId} - [Introduction](https://docs.offloadapi.com/api-reference/introduction.md): Authentication, response envelopes, timestamps, and public-route conventions. - [Provide Case Input](https://docs.offloadapi.com/api-reference/provide-case-input.md): POST /cases/{id}/input - [Webhook Events](https://docs.offloadapi.com/api-reference/webhook-events.md): Outbound case events sent to clientWebhookUrl. - [Cases](https://docs.offloadapi.com/concepts/cases.md): A case is the async unit of work that Offload manages for one counterparty. - [Case Lifecycle](https://docs.offloadapi.com/concepts/lifecycle.md): How a case moves through creation, outreach, follow-up, pause, completion, and failure. - [Error Handling](https://docs.offloadapi.com/guides/error-handling.md): How API errors, throttling, webhook failures, and edge cases behave in the current implementation. - [Human In The Loop](https://docs.offloadapi.com/guides/human-in-the-loop.md): How Offload pauses for input, what your app receives, and how to resume safely. - [Integration Patterns](https://docs.offloadapi.com/guides/integration-patterns.md): Practical ways to integrate Offload with webhooks, polling, operator workflows, and file downloads. - [Questions / Ambiguities Found](https://docs.offloadapi.com/guides/questions-ambiguities.md): Implementation-grounded gaps, inconsistencies, and behaviors that should be clarified or fixed. - [Result Schema](https://docs.offloadapi.com/guides/result-schema.md): Use resultSchema to shape the JSON returned when a case completes. - [Webhooks](https://docs.offloadapi.com/guides/webhooks.md): How Offload sends async case state changes back to your application. - [Introduction](https://docs.offloadapi.com/index.md): Offload is an API for running async, email-based case workflows against a real counterparty. - [Quickstart](https://docs.offloadapi.com/quickstart.md): Create your first Offload case, handle webhook events, and resume paused work. ## OpenAPI Specs - [openapi](https://docs.offloadapi.com/api-reference/openapi.json)