# Create Kinesis Events This endpoint processes events and metrics coming from AWS through Kinesis Firehose. Endpoint: POST /1/kinesis_events/{datasetSlug} Version: 1.0.0 Security: firehose_access_key ## Header parameters: - `X-Amz-Firehose-Request-Id` (string, required) AWS Request ID associated with the Kinesis Firehose. Example: "33658b45-a8f1-4007-92e8-f601ae33db14" ## Path parameters: - `datasetSlug` (string, required) The dataset slug. ## Request fields (application/json): - `requestId` (string) - `timestamp` (integer) - `records` (array) - `records.data` (string) Base64 encoded Kinesis record from AWS ## Response 200 fields (application/json): - `requestId` (string) - `timestamp` (integer) - `errorMessage` (string) ## Response 401 fields (application/json): - `error` (string) ## Response default fields (application/json): - `error` (string)