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
Name
Type
Description
Content Type
string
application/json
Authorization
string
Bearer [generatedToken]
Request Body
Name
Type
Description
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
Was this helpful?
