POST
/
v1
/
graphs
curl --location --request POST https://api.writer.com/v1/graphs \
 --header "Authorization: Bearer <token>" \
 --header "Content-Type: application/json" \
--data-raw '{"name":"string"}'
{
  "id": "50daa3d0-e7d9-44a4-be42-b53e2379ebf7",
  "created_at": "2024-07-10T13:34:28.301201Z",
  "name": "Example Knowledge Graph",
  "description": "Example description"
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

200 - application/json

The response is of type object.