What the API Provides
The Tuco AI API lets your own systems work directly with the same data you see in the Tuco dashboard. You can:- Create and update leads.
- View and organize leads and lines.
- Send messages through your approved sending identities.
- Receive notifications when important events occur.
Access & Authentication
API access is controlled from within your Tuco workspace. You decide:- Which workspaces may use the API.
- Which environments may use production data.
Authorization with Tuco API Keys
Tuco uses a workspace‑level API key for server‑side access. From your perspective:- Each key clearly belongs to a specific workspace.
- You can enable or disable keys without affecting the rest of the product.
- Requests made with a valid key are treated as coming from your workspace.
/api-reference/api-keys.
Request & Response Shape
All endpoints follow a simple pattern:- A request either succeeds and confirms what was accepted.
- Or it fails and clearly indicates why.
- Standard HTTP status codes to understand whether a call worked.
- Human‑readable messages that explain what went wrong when something is rejected.
Reliability & Limits
The API is designed so that normal usage from typical business systems works without special tuning. If you reach a documented limit, you see clear error responses and nothing is changed unexpectedly. The system automatically handles internal protections to keep your account and recipients safe. For specific status codes and common outcomes, see/api-reference/errors.