Think Paragraph API

Add Document Think Paragraph

POST http://[server]/dolphin/apiv1/graph/document/add

This method is used to add documents in the think paragraph.

Headers

NameTypeDescription

Content Type

string

application/json

Authorization

string

Bearer [generatedToken]

Request Body

NameTypeDescription

Body Request

string

{ "title":"hai", "text":"text input document", "category_1": "category 1", "category_2": "category 2", "category_3": "category 3" }

{
"status": “success”,
"data": {
     "title":"hai",
			"text":"text input document",
			"category_1": "category 1",
			"category_2": "category 2",
			"category_3": "category 3"
	}
}

Last updated