---
title: Limits | API Docs
description: Request, media, paging, and fair-use limits.
---

JSON request bodies are capped at 64 KiB. Larger bodies are rejected rather than truncated. Media uploads have kind-specific ceilings documented on the upload operation.

Paging inputs are refused rather than clamped. Send a supported `limit` and preserve returned cursors exactly.

Per-key rate limits are not currently enforced, but that is not a promise of unlimited traffic. Keys remain subject to fair use and limits may be introduced without notice. Handle `429 rate_limited` and `Retry-After` from day one.

The channel’s portfolio-level messaging tier is separate from this API’s request rate. The phone-number read exposes the reported tier token but does not publish a numeric ceiling in this version.
