Skip to main content

Welcome to the Trendteller API

The Trendteller API provides programmatic access to trend analysis and data insights. This documentation covers all available endpoints and their usage.

Base URL

All API requests should be made to:
https://api.trendteller.com/v1

Authentication

All API endpoints require authentication using Bearer tokens. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY

Rate Limiting

API requests are rate-limited to ensure fair usage:
  • Free tier: 100 requests per hour
  • Pro tier: 1,000 requests per hour
  • Enterprise: Custom limits

Getting Started