API Keys

Authenticate to unlock full resolution details, community solutions, and higher scan limits.

Getting a key

API keys are available from your account settings. If key management is not yet available in the web app, you can request one by contacting us.

Configuration

Configure your key using either method:

Environment variable

Terminal
export ASR_API_KEY=asr_your_key_here

Config file

~/.appstorereject/config.json
{ "apiKey": "asr_your_key_here" }

What works without a key

  • Rejection search and category browsing
  • Scan summaries (1 app, 1 scan/month)
  • Basic resolution guidance

What requires a key

  • Full resolution steps with detailed instructions
  • Community solutions and vote data
  • Before/after code examples
  • Higher scan limits
The environment variable takes precedence over the config file if both are set.