Knowledge Graph API
Create graph
POST
/
v1
/
graphs
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
name
string
requiredThe name of the graph. This can be at most 255 characters.
description
string
A description of the graph. This can be at most 255 characters.
Response
200 - application/json
id
string
requiredA unique identifier of the graph.
created_at
string
requiredThe timestamp when the graph was created.
name
string
requiredThe name of the graph. This can be at most 255 characters.
description
string
A description of the graph. This can be at most 255 characters.