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: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.
X-RateLimit-Limit- maximum number of requests allowed per minuteX-RateLimit-Remaining- number of requests remaining in the current windowX-RateLimit-Reset- Unix timestamp when the rate limit resets