---
title: "Create Kinesis Events"
method: POST
path: "/1/kinesis_events/{datasetSlug}"
tags: ["Kinesis Events"]
---

# Create Kinesis Events

`POST /1/kinesis_events/{datasetSlug}`

This endpoint processes events and metrics coming from AWS through Kinesis Firehose.

## Request body

- KinesisEvent
  - `requestId` string
  - `timestamp` integer
  - `records` KinesisEventRecord[]
    - `data` string — Base64 encoded Kinesis record from AWS

## Response `200`

Events queued for processing

- KinesisResponse
  - `requestId` string
  - `timestamp` integer
  - `errorMessage` string

## Other responses

- `401` — Unauthorized
- `default` — Error

---

[API](https://skmtc.net/honeycomb/apis/honeycomb-api.md) · [All operations](https://skmtc.net/honeycomb/apis/honeycomb-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/honeycomb/honeycomb-api/revisions/117619fac2a5/schema)
