Skip to main content

POST /api/v1/capture

Legacy alias for the Respond API. All requests are forwarded directly to POST /api/v1/respond with identical behavior. The Capture endpoint exists for backward compatibility.
Data plane. This endpoint is part of the public data plane — the runtime decisioning loop (/recommend, /respond, /respond/bulk, /capture) — and is callable with any krn_ API key, including default keys minted without scopes. Management endpoints, by contrast, require control-plane access (see API Keys).
Rate limit: 500 requests/min.

Request Body

The request body is identical to the Respond API. Key fields:

Example

Response

Same as the Respond API response:
The Capture endpoint is a legacy alias. New integrations should use the Respond API directly. Both endpoints accept the same request body and return the same response.