Skip to Content
API & IntegrationOverview

API and Integration

Inspire provides APIs for data ingestion, content management, and system integration. Use these APIs to push data from external systems, automate content workflows, and integrate with your existing infrastructure.

Available APIs

APIPurposeAuthentication
Data IngestionPush data into the DataPoolIngest key (ik_)
Webhook IngestionReceive data via HTTP POSTIngest key (ik_)
v1 Legacy APIBackward-compatible API for legacy integrationsAPI key

Base URL

All API endpoints are available at:

https://inspire.yourcompany.com/api/

Response Format

All APIs return JSON responses with consistent structure:

{ "success": true, "data": { ... }, "message": "Operation completed" }

Error responses:

{ "success": false, "error": { "code": "VALIDATION_ERROR", "message": "Field 'name' is required" } }
Last updated on