Document

Get a topic overview based on the list of documents

POST
/api/v1/document/combine
/api/v1/document/combine

The Authorization access token

Authorization

Authorization
Required
<token>

Please enter a valid access token

In: header

Request Body

application/jsonOptional

The space ID and the list of documents

spaceId
Required
string

Minimum length: 1

documentIds
Required
array<string>

curl -X POST "https://example.com/api/v1/document/combine" \
  -H "Authorization: <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "spaceId": "string",
    "documentIds": [
      "string"
    ]
  }'

OK