# Arb Platform ## Docs - [Create a case](https://docs.arb.inc/api-reference/cases/create-a-case.md): Creates a new arbitration case for the authenticated user's organization. All fields are optional — calling with an empty body creates a case with default settings (14-day response period, default ruleset). - [List active cases for the signed-in user](https://docs.arb.inc/api-reference/cases/list-active-cases-for-the-signed-in-user.md): Returns the user's active cases with simple pagination via a cursor. - [View a case](https://docs.arb.inc/api-reference/cases/view-a-case.md): Returns a simple snapshot of a case the user can access. - [Get a signed PDF URL for a docket entry](https://docs.arb.inc/api-reference/docket/get-a-signed-pdf-url-for-a-docket-entry.md): Returns a time-limited, signed URL to download the PDF for a specific docket entry within a case. - [List docket entries for a case](https://docs.arb.inc/api-reference/docket/list-docket-entries-for-a-case.md): Gets a list of entries in a cases docket. - [Delete an uploaded evidence file](https://docs.arb.inc/api-reference/evidence/delete-an-uploaded-evidence-file.md): Removes a specific upload from a case if you have access. - [Get a download link for an uploaded file](https://docs.arb.inc/api-reference/evidence/get-a-download-link-for-an-uploaded-file.md): Returns a short-lived URL so you can download the upload. - [List evidence uploads for a case](https://docs.arb.inc/api-reference/evidence/list-evidence-uploads-for-a-case.md): Returns the uploads the user is allowed to access for a given case. - [Upload evidence to a case](https://docs.arb.inc/api-reference/evidence/upload-evidence-to-a-case.md): Upload one file to a case with a short description. - [Create a document](https://docs.arb.inc/api-reference/filings/create-a-document.md): Creates a new document for a case using a document template. - [Delete a filed document](https://docs.arb.inc/api-reference/filings/delete-a-filed-document.md): Removes a document from a case if it’s still eligible for deletion. - [Get a temporary PDF URL for a filed document](https://docs.arb.inc/api-reference/filings/get-a-temporary-pdf-url-for-a-filed-document.md): Returns a short-lived URL to download the PDF of a filed document in a case. - [List filed documents for a case](https://docs.arb.inc/api-reference/filings/list-filed-documents-for-a-case.md): Returns filed documents for a specific case that the signed-in user participates in. - [Submit a filed document](https://docs.arb.inc/api-reference/filings/submit-a-filed-document.md): Sends a filed document for approval in a case. - [Update a filed document](https://docs.arb.inc/api-reference/filings/update-a-filed-document.md): Updates a document in a case with new field values. - [View a filed document](https://docs.arb.inc/api-reference/filings/view-a-filed-document.md): Returns the details of a filed document for a given case and filing. - [Withdraw a filed document](https://docs.arb.inc/api-reference/filings/withdraw-a-filed-document.md): Removes a filed document from a case if it hasn’t been docketed. - [List users in your organization](https://docs.arb.inc/api-reference/organization/list-users-in-your-organization.md): Gets a simple list of users who are in the same organization. - [Add a participant to a case](https://docs.arb.inc/api-reference/participants/add-a-participant-to-a-case.md): Adds a user to a case. You must be logged into an organization, and the user you add must be in the same organization. - [List schemas](https://docs.arb.inc/api-reference/schemas/list-schemas.md): Retrieves all available schemas for case phases and documents. - [Create a service-of-notice mailing](https://docs.arb.inc/api-reference/service-of-notice/create-a-service-of-notice-mailing.md): Create a service-of-notice mailing. Send JSON data in the `data.content` field for dynamic mail templates. - [Generate a service-of-notice attachment](https://docs.arb.inc/api-reference/service-of-notice/generate-a-service-of-notice-attachment.md): Takes a screenshot of the provided URL and returns it as a PNG image sized for the specified mail type. Use this to programmatically generate the optional image that appears on a service-of-notice mailing. - [Home](https://docs.arb.inc/index.md): Modern arbitration platform for efficient dispute resolution - [Node.js SDK](https://docs.arb.inc/sdks/node.md): Official TypeScript/JavaScript SDK for Arb Platform API - [SDKs & Libraries](https://docs.arb.inc/sdks/overview.md): Official SDKs and libraries for integrating with Arb Platform API - [Case Closed](https://docs.arb.inc/webhooks/case-closed.md): Fired when a case is closed. - [Docket Filing](https://docs.arb.inc/webhooks/docket-filing.md): Fired when a document is added to the case docket. - [Overview](https://docs.arb.inc/webhooks/overview.md): Receive real-time notifications when events happen in your cases. - [Phase Changed](https://docs.arb.inc/webhooks/phase-changed.md): Fired when a case transitions to a new phase. ## OpenAPI Specs - [api](https://docs.arb.inc/api-reference/api.yaml) - [openapi](https://docs.arb.inc/api-reference/openapi.yaml) - [webshot](https://docs.arb.inc/api-reference/webshot.yaml) - [roster](https://docs.arb.inc/api-reference/roster.yaml) - [cases](https://docs.arb.inc/api-reference/cases.yaml) - [postal](https://docs.arb.inc/api-reference/postal.yaml) - [pdfs](https://docs.arb.inc/api-reference/pdfs.yaml) - [webhooks](https://docs.arb.inc/api-reference/webhooks.yaml) - [profiles](https://docs.arb.inc/api-reference/profiles.yaml) - [emails](https://docs.arb.inc/api-reference/emails.yaml) - [devtools](https://docs.arb.inc/api-reference/devtools.yaml) - [auth](https://docs.arb.inc/api-reference/auth.yaml) ## Optional - [Open App](https://app.arb.inc) - [API Status](https://status.arb.inc)