Skip to main content
ManyPI provides a powerful REST API that allows you to convert any website into a fully-typed API endpoint. Our API is designed to be simple, intuitive, and developer-friendly.

Base URL

All API endpoints are relative to the following base URL:
https://app.manypi.com

Authentication

All API endpoints are authenticated using Bearer tokens and picked up from the specification file. Keep your API key secure and never expose it in client-side code.
--header 'Authorization: Bearer <token>'

Rate Limits

The default rate limit of 60 requests per minute applies per active API key. The number of API keys that can be active in parallel depends on the subscription tier of the user’s account. API rate limits are subject to change. API keys may be revoked to allow the creation of new keys. Revoked API keys remain associated with your account, but no longer count as active API keys.
  • 60 requests per minute

Response Format

All API responses are in JSON format and include standard HTTP status codes. For more details on API responses, view the API endpoint page, provided on our API reference.

View API endpoints

Reference the ManyPI API endpoints for structured web data gathering.