Overview
Hypermodel API is a natural language query API that processes business dataset requests and delivers enriched data to various destinations like Snowflake, Google Sheets or Clay. Transform natural language queries likeFind the companies in the lodging & leisure industry with 10+ units into structured, enriched business data delivered to your preferred destination.
Features
- Natural Language Processing: Describe your data request in plain English and get the data you need.
- Data Extraction & Enrichment: Automatically extracts and enriches data based on query requirements using proprietary hypermodel native-search
- Multiple Destinations: Supports URL webhooks, Snowflake, Google Sheets, and Clay
- Synchronous & Asynchronous Modes: Choose between immediate results or background processing. Large datasets are processed asynchronously with an option to get results immediately.
Quick Start
Get started in under 5 minutes:- Get your API key: Get in touch with us to get your API key here
- Submit a query: Use the
/queryendpoint to fresh business data. - 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:
