What is Promptwatch?
Promptwatch is a monitoring platform that helps you track and analyze how Large Language Models (LLMs) respond to queries, monitor your brand visibility, analyze citations, and gain insights into AI-powered search results.API Versions
We currently support two API versions:- API v2 (Beta) - Current recommended API with comprehensive features.
- API v1 - Legacy API
Quick Start
- Get Your API Key: Navigate to Settings > API Keys in your Promptwatch dashboard
- Choose Your Version: Use v2 for new integrations
- Start Integrating: Use the interactive API documentation to explore endpoints
Authentication
All API requests require authentication using an API key. Include your API key in theX-API-Key header:
Postman Collection
We provide a comprehensive Postman collection with pre-configured requests for all API endpoints:How to Use the Postman Collection
- Download the Postman Collection
- Import into Postman (File → Import)
- Configure the collection variables:
apiKey: Your API key from the Promptwatch dashboardprojectId: Your project UUID (required for organization-level keys, can be fetched via the GET /projects endpoint)baseUrl: Set tohttps://server.promptwatch.com(defaults to localhost)
- Start Testing: All requests are pre-configured with proper headers and authentication
Next Steps
- Read the API v2 Introduction for v2 API details
- Check the Rate Limits for usage limits