> ## Documentation Index
> Fetch the complete documentation index at: https://developers.lucca.fr/llms.txt
> Use this file to discover all available pages before exploring further.

# Limits

<CardGroup>
  <Card title="Max 50 requests / min.">
    Per domain (i.e. Lucca account, e.g. "[https://example.ilucca.net](https://example.ilucca.net)"). Otherwise you'll get a `429 Too Many Requests`.
  </Card>

  <Card title="Max payload size">
    Our server cuts the connection and returns an error if the request body is too large.
  </Card>

  <Card title="Time-out">
    Any request that takes more than 5 seconds will be aborted by our server.
  </Card>
</CardGroup>
