> For the complete documentation index, see [llms.txt](https://docs.adaptria.locaria.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adaptria.locaria.com/client-api/welcome.md).

# Introduction

The Adaptria Public API lets your team integrate Adaptria's content adaptation services directly into your own systems and workflows. This documentation is written for **external customers** who want to request quotes, approve work and track delivery programmatically.

## Who this is for

You are a customer of Adaptria with an API credential issued to your organisation. Using your API key you can submit requests for quote, accept the quotes you receive, and follow each resulting project through to delivery, all without logging into the portal by hand.

## What you can do with the API

The Client API covers the full quote-to-delivery workflow plus the supporting data you need to drive it:

* **RFQs**: submit a request for quote, list and track your RFQs, and copy an existing one.
* **Quotes**: review the quotes you receive, accept or decline them, and download a quote as a PDF.
* **Projects**: track project progress, retrieve deliverables, and read or submit feedback.
* **Files**: upload source files to attach to an RFQ.
* **Webhooks**: subscribe to real-time events and manage your subscriptions.
* **Reference data**: look up the services, languages, target markets, companies, pricelists and budgets scoped to your organisation.

## Next steps

* Follow the [Quickstart](/client-api/quickstart.md) to submit your first RFQ end to end.
* Browse the [Reference](/client-api/reference.md) for the full catalogue of endpoints.
* To receive real-time events, see [Webhooks](/client-api/webhooks.md).
