Public API
Integrate signal intelligence into your own applications. REST API v1 with API key management, webhooks, and programmatic access to markets, grants, compliance, and competition data.
Start Free TrialKey Features
Build on top of Contextual Intelligence
REST API v1
Full RESTful access to market intelligence, grants, competition data, compliance records, and regulatory signals. JSON responses with pagination.
API Key Management
Create scoped API keys with granular permissions. Set expiration dates, rotate keys, and revoke access instantly from the developer portal.
Webhooks
Receive real-time notifications when new signals are detected. HMAC-signed payloads with retry logic and delivery history.
Developer Portal
Self-service developer portal for API key management, webhook configuration, and interactive API reference with request/response examples.
Rate Limiting
Intelligent rate limiting with clear headers. 100 requests per minute for general endpoints, 10 per minute for ingestion endpoints.
Scope-Based Access
API keys support fine-grained scopes — read-only, write, admin — and can be restricted to specific domains like markets, grants, or compliance.
API Endpoints
Programmatic access to every intelligence domain
Market Intelligence
- GET /v1/market
- GET /v1/market/:id
- GET /v1/market/stats
- GET /v1/market/trends
Competition
- GET /v1/competition
- GET /v1/competition/:domain
- GET /v1/competition/stats
- GET /v1/competition/:domain/news
Grants
- GET /v1/grants
- GET /v1/grants/:id
- GET /v1/grants/stats
- POST /v1/grants/search
Compliance
- GET /v1/compliance/regulations
- GET /v1/compliance/checklists
- GET /v1/compliance/comparison
- GET /v1/compliance/gap-analysis
How It Works
Get started with the API in three steps
Generate an API Key
From the Developer Portal, create an API key with the scopes you need. Keys are hashed with SHA-256 and stored securely.
Authenticate Requests
Include your API key in the Authorization header: Bearer ci_key_.... All requests require HTTPS.
Configure Webhooks
Set up webhook endpoints to receive real-time signal notifications. Each payload is signed with HMAC-SHA256 for verification.
Start Building
Get API access and start integrating signal intelligence into your applications
See Plans & Pricing