---
title: "Sync concept edges"
method: POST
path: "/reader/knowledge/edges"
tags: ["Reader"]
---

# Sync concept edges

`POST /reader/knowledge/edges`

Bulk upsert concept edges from client

## Request body

- SchemaConceptEdge[]
  - `ctime` integer
  - `id` integer
  - `reason` string
  - `source_id` integer
  - `target_id` integer
  - `user_id` integer
  - `weight` number

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/lxpio/apis/omnigram-api.md) · [All operations](https://skmtc.net/lxpio/apis/omnigram-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lxpio/omnigram-api/versions/58911ffb3093/schema)
