Attachments API
Use the AI Inbx attachments API. Browse endpoints, request parameters, response schemas, and code examples for your integration.
Download original and prepared attachment content.
Endpoints
| Method | Operation | Path |
|---|---|---|
GET |
Download an attachment | /attachments/{attachment_id} |
HEAD |
Inspect attachment metadata | /attachments/{attachment_id} |
GET |
Download prepared attachment text | /attachments/{attachment_id}/content |
Request essentials
Use https://api.aiinbx.com/api/v2 as the base URL and send your API key in Authorization: Bearer <key>. Keep credentials on your server.
See Authentication for scopes, Conventions for pagination and idempotency, and Errors for recovery guidance. Each endpoint page includes its parameters, response schemas, and copyable curl, JavaScript, and Python examples.