---
title: "Inject any JSON content into North connector cache(s) queue"
method: POST
path: "/api/content/content"
tags: ["Content"]
---

# Inject any JSON content into North connector cache(s) queue

`POST /api/content/content`

Adds any JSON content directly to the specified North connector(s) cache queue.
The body can be any valid JSON object or array. It is serialized and wrapped as
an OIBus any-content payload, allowing external systems to push arbitrary data
directly into OIBus for further processing by North connectors.

## Query parameters

- `northId` string, required
- `dataSourceId` string, required

## Request body

- RecordStringUnknown — Construct a type with a set of properties K of type T

## Response `204`

No Content

## Changes

- **2026-05-07** `3b944f171fd5` — 2 breaking
  - removed `#/components/schemas/OIBusTimeValueContent, #/components/schemas/OIBusSetpointContent` from the request body `anyOf` list
  - the request's body type/format changed from ``/`` to `object`/``
- **2026-04-01** `58ad84403edf` — 1 breaking
  - added the new required `query` request parameter `dataSourceId`
- **2026-01-06** `d8e7a58e006a` — 1 breaking, 1 warning, 1 info
  - the request's body type/format changed from `object`/`` to ``/``
  - deleted the `query` request parameter `dataSourceId`
  - added `#/components/schemas/OIBusTimeValueContent, #/components/schemas/OIBusSetpointContent` to the request body `anyOf` list

[Change history](https://skmtc.dev/optimistiksas/apis/oibus-api/changes/api/content/content/post.md)

---

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