Overview
Hypermodel API is a natural language query API that processes business dataset requests and delivers enriched data to various destinations. Transform natural language queries like “Find the top 10 Series A companies that sell to the hospitality industry” into structured, enriched business data delivered to your preferred destination.Features
- Natural Language Processing: Uses Claude AI to parse and understand complex data queries
- Data Extraction & Enrichment: Automatically extracts and enriches data based on query requirements using Hypermodel and web search
- Multiple Destinations: Supports URL webhooks, Snowflake, Google Sheets, and Clay
- Async Processing: Uses Temporal workflows for reliable async processing
- RESTful API: Simple HTTP endpoints for query submission and status tracking
- Synchronous & Asynchronous Modes: Choose between immediate results or background processing
Quick Start
Get started in under 5 minutes:- Get your API key: Contact us to get your API key
- Submit a query: Use the
/api/v1/query
endpoint to process natural language queries - Receive results: Get enriched data delivered to your chosen destination or synchronously
Quick Links
Getting Started
Learn how to make your first API call
API Reference
Complete API endpoint documentation
How It Works
Synchronous Mode (Default)
Submit a query and receive results immediately in the response:Asynchronous Mode
Submit a query for background processing and delivery to a destination:Processing Pipeline
The Hypermodel API:- Parses your natural language query using AI
- Extracts and enriches data using Hypermodel and web search
- Formats responses to match your JSON schema
- Delivers data to your chosen destination (URL, Snowflake, Sheets, or Clay)
- Provides reliable async processing with automatic retries
Authentication
All API endpoints require authentication via theX-API-Key
header: