Data
Ingest data for fraud detection and risk analysis.
Add data
POST/v1/data/{namespace}
Create upload URL
POST/v1/data/{namespace}/requests/upload-url
Get request status and inline results
GET/v1/data/{namespace}/requests/{requestId}
Get download URL
GET/v1/data/{namespace}/requests/{requestId}/results/download-url
Update namespace settings
PUT/v1/data/{namespace}/settings
ModelsExpand Collapse
DataGetStatusResponse object { data, namespace, request_id, status } Response containing request status and processed output data. Before processing completes, data is an empty array. If the processed output exceeds the 5 MiB inline response limit, this endpoint returns an error instructing you to use the results download URL endpoint instead.
DataGetStatusResponse object { data, namespace, request_id, status }
Response containing request status and processed output data. Before processing completes, data is an empty array. If the processed output exceeds the 5 MiB inline response limit, this endpoint returns an error instructing you to use the results download URL endpoint instead.
DataGetDownloadURLResponse object { data_count, data_expires_at, data_url, 3 more } Response containing request status and a temporary S3 URL for the full request result. The shape is stable across all request sizes; before processing completes, the download fields are null.
DataGetDownloadURLResponse object { data_count, data_expires_at, data_url, 3 more }
Response containing request status and a temporary S3 URL for the full request result. The shape is stable across all request sizes; before processing completes, the download fields are null.