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

# Rate limits

> Understand the API rate limiting policies

The PostFlow API implements rate limiting to ensure fair usage and protect against abuse. The default limit is **60 requests per minute** per authenticated user.

Each API response includes the following headers with information about your current rate limit status:

* `X-RateLimit-Limit` - maximum number of requests allowed per minute
* `X-RateLimit-Remaining` - number of requests remaining in the current window
* `X-RateLimit-Reset` - Unix timestamp when the rate limit resets
