Origin Pulse · Developer access
Company signals, ready for your workflow.
API v1 returns live, tenant-scoped signals for an active Origin Pulse workspace. The service never exposes demo records through these routes.
Base URL:
All API routes below require an active plan and a live API key unless marked public.
https://originpulse.co.ukAll API routes below require an active plan and a live API key unless marked public.
Authentication
Send the key with either header format:
Authorization: Bearer sf_live_... X-API-Key: sf_live_...
Keys are created in the portal under Exports & API and are shown only once.
Endpoints
| Route | Purpose |
|---|---|
GET/api/health | Public service readiness summary. |
GET/api/v1 | Machine-readable API index. |
GET/api/v1/usage | Current weekly signal and hourly request usage. |
GET/api/v1/segments | Available segments, regions, and trigger types for the workspace. |
GET/api/v1/signals | Signals in the workspace history window. Supports limit, segment, region, trigger, and min_fit. |
GET/api/v1/signals/:id | One signal by its external id. |
Example
curl https://originpulse.co.uk/api/v1/signals?limit=10 + -H "Authorization: Bearer sf_live_..."
Responses include meta.request_id and rate-limit headers. A missing or inactive subscription returns a clear 401 or 402 error.
Terms · Privacy · Acceptable use · Data sources · Cancellation