# Solutions

Part of the HebrewCore documentation. Web: https://hc.itsbaba.com/docs#solutions · Whole docs: https://hc.itsbaba.com/docs.md · Index: https://hc.itsbaba.com/llms.txt

The same API serves very different products. Each guide below lists the endpoints and fields to use, a realistic request and response, and the mistakes teams make most often. All examples use synthetic data.

| Solution | Typical content | Start with |
| --- | --- | --- |
| [Commerce & Marketplaces](https://hc.itsbaba.com/docs#solution-commerce) | Listings, catalogs, promotions, checkout | `/v1/translate/batch`, account terms, `/v1/wrap` |
| [Customer Support](https://hc.itsbaba.com/docs#solution-support) | Assistant replies, macros, ticket text | `/v1/detect`, `/v1/translate` at `quality: "fast"` |
| [App Localization](https://hc.itsbaba.com/docs#solution-localization) | String files, ICU plurals, interface copy | `/v1/translate/batch` with `message_format: "icu"` |
| [Finance & Banking](https://hc.itsbaba.com/docs#solution-finance) | Statements, transfer notices, policies | `domain: "finance"` |
| [Legal & Contracts](https://hc.itsbaba.com/docs#solution-legal) | Contracts, terms, notices | `domain: "legal"` |
| [Education & Publishing](https://hc.itsbaba.com/docs#solution-education) | Lessons, readers, audio, textbooks | `/v1/nikud`, `transliterate` |
| [Healthcare](https://hc.itsbaba.com/docs#solution-healthcare) | Patient instructions, care-team messages | `domain: "clinical"`, the Clinical API |
