---
url: https://docs.seen.io/api/reference.md
description: >-
  Find the Seen API documentation for authorization, creating and retrieving
  data, video delivery webhooks, and viewer events.
---

# API Reference

Use the Seen API to send data into your Projects and retrieve data items. Configure webhooks to receive generated videos and respond to viewer activity.

* **[Authorization](/api/authorization):** authenticate requests to the Seen API.
* **[Create Data](/api/create-data):** send a data item to a Project to generate a video when the Project has a published video.
* **[List Data](/api/list-data):** list the data items in a Project, with query and pagination options.
* **[Retrieve Data Item](/api/retrieve-data-item):** retrieve an individual data item using its Data ID.
* **[Webhook](/api/webhook):** configure a Project webhook to deliver generated videos to your system.
* **[External Events](/api/external-events):** configure a Workspace webhook to send viewer interactions to your systems.

For a walkthrough using a particular CRM or automation tool, see [Integration Guides](/api/integration-guides).
