{
"segment": {
"content": "1",
"answer": "1",
"keywords": [
"a"
],
"enabled": false
}
}curl --location --request POST 'https://api-platform.digitpulse.ai/v1/datasets//documents//segments/' \
--header 'Authorization: ' \
--header 'X-Timestamp: 1739933362' \
--header 'X-Signature: 1739933362' \
--header 'Content-Type: application/json' \
--data-raw '{
"segment": {
"content": "1",
"answer": "1",
"keywords": [
"a"
],
"enabled": false
}
}'{
"data": [
{
"id": "string",
"position": 0,
"document_id": "string",
"content": "string",
"answer": "string",
"word_count": 0,
"tokens": 0,
"keywords": [
"string"
],
"index_node_id": "string",
"index_node_hash": "string",
"hit_count": 0,
"enabled": true,
"disabled_at": null,
"disabled_by": null,
"status": "string",
"created_by": "string",
"created_at": 0,
"indexing_at": 0,
"completed_at": 0,
"error": null,
"stopped_at": null
}
],
"doc_form": "string"
}