Data Engine API
This section contains the API endpoints for managing structured data resources including domains, URLs, calls, tags, documents, tickets, and chats.
Overview
The Data Engine API provides comprehensive CRUD operations for managing data across multiple domains with support for filtering, pagination, and advanced search capabilities.
Resources
The API supports the following resource types:
- Domains: Website domain metadata and analysis
- URLs: Page-level analysis and content tracking
- Calls: Call logs with transcripts and sentiment analysis
- Tags: Shared taxonomy and categorization system
- Documents: Vector-embedded documents for semantic search
- Tickets: Support ticket management
- Chats: Chat conversation logs and analytics
Authentication
All API requests require authentication using an API key. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Base URL
- Production:
https://prod.studio.theanswer.ai/api/v1/data-engine - Local Development:
http://localhost:4000/api/v1/data-engine
Features
- Full CRUD operations for all resources
- Advanced filtering and search capabilities
- Pagination support for large datasets
- Vector similarity search for documents
- Hierarchical tag system
- Metadata tracking for source system integration
Rate Limiting
API calls are subject to rate limiting to ensure fair usage and system stability.
Endpoints
Explore the available endpoints in the sidebar to learn more about specific operations.