# Dyspach API - [Introduction](https://apidocs.dyspach.com/introduction.md): Quote freight and push shipments programmatically. - [Authentication](https://apidocs.dyspach.com/authentication.md): Create an organisation API key and use it on every request. - [Quickstart](https://apidocs.dyspach.com/quickstart.md): Request your first quote in a few minutes. - [Filters](https://apidocs.dyspach.com/guides/filters.md): Narrow which services and rate cards get priced. - [Shipment structure](https://apidocs.dyspach.com/guides/shipment-structure.md): The one structure every shipment push uses, as JSON fields or file columns. - [Fulfilment activity structure](https://apidocs.dyspach.com/guides/fulfilment-structure.md): The structure every fulfilment activity push uses, as JSON fields or file columns. - [Rate limits](https://apidocs.dyspach.com/guides/rate-limits.md): How request throttling works and how to handle it. - [Errors](https://apidocs.dyspach.com/guides/errors.md): Status codes, shapes, and how to fix them. - [Generate quotes](https://apidocs.dyspach.com/api-reference/get-quote.md): Price carrier services for one or more customers. - [Fetch a quote](https://apidocs.dyspach.com/api-reference/fetch-quote.md): Retrieve a previously generated quote by its id. - [Import shipments (JSON)](https://apidocs.dyspach.com/api-reference/import-shipments.md): Push a batch of shipments and get the result in the same call. - [Import shipments (file)](https://apidocs.dyspach.com/api-reference/import-shipments-file.md): Push shipments as a CSV or Excel file in the published structure. - [Check an import](https://apidocs.dyspach.com/api-reference/get-import.md): Poll an import for its status and counts. - [List rejected rows](https://apidocs.dyspach.com/api-reference/get-import-errors.md): Every row an import could not accept, with the reason. - [Import activities (JSON)](https://apidocs.dyspach.com/api-reference/import-fulfilment-activities.md): Push warehouse activity into your fulfilment ledger. - [Import activities (file)](https://apidocs.dyspach.com/api-reference/import-fulfilment-activities-file.md): Push warehouse activity as a CSV or Excel file. - [Check a fulfilment import](https://apidocs.dyspach.com/api-reference/get-fulfilment-import.md): Poll a fulfilment import for its status and counts. - [List rejected activities](https://apidocs.dyspach.com/api-reference/get-fulfilment-import-errors.md): Every activity a fulfilment import could not accept, with the reason. ## OpenAPI Specs - [openapi](/openapi.yaml)