Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your Writer API key.

Body

application/json
name
string

The name of the Knowledge Graph (max 255 characters). Omitting this field leaves the name unchanged.

description
string

A description of the Knowledge Graph (max 255 characters). Omitting this field leaves the description unchanged.

Response

200 - application/json
id
string<uuid>
required

A unique identifier of the Knowledge Graph.

created_at
string<date-time>
required

The timestamp when the Knowledge Graph was created.

name
string
required

The name of the Knowledge Graph (max 255 characters).

description
string

A description of the Knowledge Graph (max 255 characters).

urls
web_connector_url · object[]

An array of web connector URLs associated with this Knowledge Graph.