Create an ingestion job for API, file, webhook, or manual data
Create an ingestion job for API, file, webhook, or manual data › Request Body
tenant_idpartner_codedata_source_codepayload_refsource_formatstatusreceived_atidempotency_keysource_event_idCreate an ingestion job for API, file, webhook, or manual data › Responses
Ingestion job created
Post a periodic subject observation
Use this for event-style data that arrives over time: GPS positions, transactions, profile changes, payment habits, device signals, account signals, or custom partner facts. The service records lineage/idempotency first; scoring consumes the resulting facts through feature snapshots.
Post a periodic subject observation › Request Body
tenant_id^[a-zA-Z0-9_-]+$ · requiredpartner_code^[a-zA-Z0-9_-]+$ · requiredsource_system^[a-zA-Z0-9_.-]+$ · requiredexternal_subject_refPartner-local person reference. Four partners can each have their own ref for the same real person.
observation_typeobserved_atidempotency_keyStable key for this exact observation. Reuse with changed payload should conflict.
GPS point, transaction, profile, payment habit, device, account, or custom scoring fact.
data_source_code^[a-zA-Z0-9_-]+$Defaults to source_system + observation_type.
received_atsource_event_idpayload_refPost a periodic subject observation › Responses
Observation accepted into the ingestion ledger
Register a partner batch file for ingestion
Use this after a monthly Excel/CSV/JSON file is placed in object storage or an internal upload area. The registered job is RECEIVED and awaits a parser/worker that validates rows and emits normalized scoring observations/features.
Register a partner batch file for ingestion › Request Body
tenant_id^[a-zA-Z0-9_-]+$ · requiredpartner_code^[a-zA-Z0-9_-]+$ · requireddata_source_code^[a-zA-Z0-9_-]+$ · requiredfile_uriObject storage URI, signed upload reference, or internal file id. Do not paste binary file content here.
file_namefile_formatidempotency_keysource_event_idperiod_startperiod_endrow_countschema_versionreceived_atRegister a partner batch file for ingestion › Responses
Batch file registered for parser ingestion