DEVELOPER DOCUMENTATION
API & SDK
Integrate Live Corp into your applications with our comprehensive API and SDK.
EXAMPLE API CALL
POST /api/v1/analyze
{
"service": "cardiac-pre-screening",
"inputs": {
"ecg": "...",
"vitals": {...}
}
}
01/04MODULE: API DOCS
API Documentation
ENDPOINTS
POST/api/v1/analyze
Submit analysis request
GET/api/v1/status/{id}
Check request status
GET/api/v1/results/{id}
Retrieve results
POST/api/v1/webhooks
Register webhook
AUTHENTICATION
API KEY
X-API-Key: your-api-key-here
BEARER TOKEN
Authorization: Bearer your-token-here
02/04MODULE: SDK
Software Development Kits
JavaScript/TypeScript
vv2.1.0
npm install @livecorp/sdk
Python
vv2.0.5
pip install livecorp-sdk
REST API
vv1.0
Direct HTTP calls
03/04MODULE: VERSIONING
API Versioning
VERSION POLICY
v1.0
Released: 2024-01-15
Current
- →Initial release
- →Core analysis endpoints
- →Webhook support
v0.9
Released: 2023-11-01
Deprecated
- →Beta release
- →Limited endpoints
04/04MODULE: WEBHOOKS
Webhook Integration
WEBHOOK EVENTS
analysis.completed
analysis.failed
result.ready
abstain.triggered
WEBHOOK PAYLOAD
{
"event": "analysis.completed",
"request_id": "req_123",
"timestamp": "2024-01-15T10:30:00Z",
"data": {
"risk_band": "low",
"confidence": 0.85
}
}
SANDBOX ENVIRONMENT
Test Your Integration
Use our sandbox environment to test API calls without affecting production data.
- • Free test API keys
- • Sample data sets
- • Full API access
- • Rate limits: 1000 req/hour