Skip to content

Intent signals API

5 endpoints. All requests need an Authorization header — see Authentication. API keys additionally need the matching scope.

Method Path Description
GET /api/signals/ List Signals Query: subject_type, subject_id, provider, active_only, limit.
POST /api/signals/ Create Signal Accepts a JSON body.
POST /api/signals/account/{account_id}/derive Derive Account Signals Query: days.
GET /api/signals/account/{account_id}/summary Account Intent Summary Query: days.
POST /api/signals/derive-all Derive All Signals Query: days.

Try it

The full request/response schema for every endpoint is in the OpenAPI spec served by your own workspace.