You’ll need an API key to interact with following features of IndiePitcher

  • SDKs
  • REST API
  • SMTP Proxy

Create API Key

API keys are tied to a project. You can generate a new API key from the IndiePitcher dashboard.

  • Navigate to a project you want to generate an API key for
  • Click on the Settings / API Keys
  • Click on the Create button
Do not expose the API key and make calls to our API from your frontend code. You risk your API key being exploited by spammers and us having to reset/disable your API key.

Rate Limits

Rate limits are applied to all requests to the IndiePitcher API. The rate limits are as follows:

  • 10 requests per second across API keys tied to a project.

After reaching the rate limit, you will receive a 429 Too Many Requests response. The rate limit will reset after 1 second. We recommend using endpoints that support batch operations to reduce the number of requests made.