Create API Key

Your API Keys

API Usage

Use your API key to generate reports programmatically. Include it in the request header:

curl -X POST https://reviewsift.app/api/analyze \
  -H "X-Api-Key: rs_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"query": "B002DYIZEO"}'

Each API call consumes 1 credit from your account balance.