Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.sp3ndpay.shop/llms.txt

Use this file to discover all available pages before exploring further.

API Keys

Format: sp3ndpay_live_xxx (production) or sp3ndpay_test_xxx (test)

Authentication Header

Authorization: Bearer sp3ndpay_live_xxx

Example Request

curl https://api.sp3ndpay.shop/v1/products/preview \
  -H "Authorization: Bearer sp3ndpay_live_xxx" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://www.amazon.com/dp/B0CDEMO123"}'

Security

Never expose API keys in client-side code or public repositories.
Best Practices:
  • Store in environment variables
  • Use backend only
  • Rotate keys regularly
  • Never commit to git

Getting Keys

API access is in private beta. Contact us on Telegram to request access.

Tiers

TierRate LimitFeatures
Free60/minBasic endpoints
Pro600/minAll endpoints
EnterpriseCustomSLA, support

Errors

Invalid Key:
{
  "error": {
    "code": "invalid_api_key",
    "message": "API key is invalid or revoked"
  }
}
Missing Key:
{
  "error": {
    "code": "missing_api_key",
    "message": "No API key in Authorization header"
  }
}

Preview Product

Start making requests