---
title: "Add content (frames or transcriptions) to database"
method: POST
path: "/add"
tags: ["Content Management"]
---

# Add content (frames or transcriptions) to database

`POST /add`

## Request body

- AddContentRequest
  - `device_name` string, required
  - `content` AddContentData, required
    - `content_type` string, required — "frames" or "transcription"
    - `data` union, required
      - FrameContent[]
        - `file_path` string, required
        - `timestamp` string, date-time, nullable
        - `app_name` string, nullable
        - `window_name` string, nullable
        - `ocr_results` OCRResult[], nullable
          - `text` string, required
          - `text_json` string, nullable
          - `ocr_engine` string, nullable
          - `focused` boolean, nullable
        - `tags` string[], nullable
      - AudioTranscription
        - `transcription` string, required
        - `transcription_engine` string, required

## Response `200`

Content added

- AddContentResponse
  - `success` boolean, required
  - `message` string, nullable

## Changes

- **2026-02-16** `e143bf8d73bc` — 2 breaking, 2 info
  - removed `subschema #1` from the `content/data` request property `oneOf` list
  - the response property `message` became optional for the status `200`
  - api tag `Content Management` added
  - added `subschema #1` to the `content/data` request property `oneOf` list
- **2026-02-11** `2825740bcf63` — 1 breaking, 3 warning, 1 info
  - added the new required request property `content/data/oneOf[subschema #1]/items/ocr_results/items/confidence`
  - removed the request property `content/data/oneOf[subschema #1]/items/ocr_results/items/focused`
  - removed the request property `content/data/oneOf[subschema #1]/items/ocr_results/items/ocr_engine`
  - removed the request property `content/data/oneOf[subschema #1]/items/ocr_results/items/text_json`
  - …1 more
- **2026-02-11** `61c0a2f34556` — 1 info
  - endpoint added
- **2026-02-11** `4303af4aaeda` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/screenpipe/apis/screenpipe-api/changes/add/post.md)

---

[API](https://skmtc.dev/screenpipe/apis/screenpipe-api.md) · [All operations](https://skmtc.dev/screenpipe/apis/screenpipe-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/screenpipe/screenpipe-api/revisions/e143bf8d73bc/schema)
