Integration Docs
Hive Intelligence API Docs
Quickstart
Use these simple examples to integrate Hive Intelligence Web3 search into your existing stack—no extra libraries needed.
Python
JavaScript
API Overview
Credits
You receive 100 free API Credits each month upon signup (no credit card required).
Purchase additional API Credits if you need more. Flexible plans available.
Credit Consumption
Your query’s complexity determines its cost.
Basic
1
Medium
3
Advanced
5
Rate Limits
20 requests per minute.
Higher rates may be available on paid plans.
API Endpoint References
Base URL
Authentication
All endpoints use Bearer tokens. Include your API key in the Authorization
header:
Example (cURL)
Endpoints
POST /search
POST /search
Execute a Web3 or blockchain-specific search query.
Headers
Authorization: Bearer YOUR_API_KEY
(required)
Body Parameters
query
(string, required): The natural language query to execute.
Response
results
: JSON with relevant information and answers generated by Hive Intelligence’s LLM-enhanced algorithms.
Last updated