curl --request POST \
--url https://api.conteudo.rdstationmentoria.com.br/rest/documents \
--header 'Authorization: Bearer <token>'
{
"documentId": "<string>",
"userId": "<string>",
"workspaceId": "<string>",
"status": "draft",
"name": "<string>",
"search": "<string>",
"link": "<string>",
"stats": {
"words": 0,
"paragraphs": 0,
"sentences": 0,
"characters": 0
},
"kbs": [],
"createdAt": 123,
"updatedAt": 123
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful response
The response is of type object
.
curl --request POST \
--url https://api.conteudo.rdstationmentoria.com.br/rest/documents \
--header 'Authorization: Bearer <token>'
{
"documentId": "<string>",
"userId": "<string>",
"workspaceId": "<string>",
"status": "draft",
"name": "<string>",
"search": "<string>",
"link": "<string>",
"stats": {
"words": 0,
"paragraphs": 0,
"sentences": 0,
"characters": 0
},
"kbs": [],
"createdAt": 123,
"updatedAt": 123
}
curl --request POST \
--url https://api.conteudo.rdstationmentoria.com.br/rest/documents \
--header 'Authorization: Bearer <token>'
{
"documentId": "<string>",
"userId": "<string>",
"workspaceId": "<string>",
"status": "draft",
"name": "<string>",
"search": "<string>",
"link": "<string>",
"stats": {
"words": 0,
"paragraphs": 0,
"sentences": 0,
"characters": 0
},
"kbs": [],
"createdAt": 123,
"updatedAt": 123
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful response
The response is of type object
.
curl --request POST \
--url https://api.conteudo.rdstationmentoria.com.br/rest/documents \
--header 'Authorization: Bearer <token>'
{
"documentId": "<string>",
"userId": "<string>",
"workspaceId": "<string>",
"status": "draft",
"name": "<string>",
"search": "<string>",
"link": "<string>",
"stats": {
"words": 0,
"paragraphs": 0,
"sentences": 0,
"characters": 0
},
"kbs": [],
"createdAt": 123,
"updatedAt": 123
}