- REST
- GraphQL
- MCP
REST
The REST interface is the simplest way to integrate with Glade API. All endpoints live under/api/amazon/* and use HTTP GET requests.Base URL: https://api.glade.devAuthenticate every request by passing your API key in the API-KEY header. All endpoints accept query parameters for ASIN, domain, and any operation-specific options.Example: Fetch a product
Best for
- Server-side applications and backend services
- Simple integrations that need minimal setup
- Migrating from Canopy or other REST-based Amazon data APIs
Which interface should I use?
All three interfaces count against the same unit quota and respect the same per-plan rate limits. You can use them interchangeably within the same application.

