Overview
The First Answer API gives you programmatic access to the data available in the First Answer platform. Use it to integrate AI visibility insights into your own workflows, dashboards, and tools. All endpoints are read-only (HTTPGET) and return data in JSON format. The API follows RESTful conventions and uses standard HTTP status codes.
Base URL
All API requests should be made to:Available Resources
Response Format
All successful responses follow a consistent structure. Single resource:Pagination
List endpoints return paginated results. Use thepage and per_page query parameters to control pagination:
Error Format
All errors return a consistent JSON structure:Error Codes
Quick Start
1
Get your API key
Go to your account settings and generate a new API key. Copy it immediately — it won’t be shown again.
2
Make your first request
3
Explore the data
Use the response to navigate related resources like monitored prompts, citations, and competitors.