analyze
v1
Project Text Unit Similarity List for ONE text unit
post/api/v1/analyze/project-text-unit-similarity/list/
Request body
Example request
{
"text_max_length": 0,
"text_unit_id": 1,
"run_id": 6,
"location_start": 5,
"selection": [
"{}",
"{}"
],
"last_run": true,
"location_end": 2,
"document_id": 5
}Response
Example response
{
"run_id": "run_id",
"document_a_id": "document_a_id",
"document_b_id": "document_b_id",
"text_unit_b__location_end": "text_unit_b__location_end",
"text_unit_b_text": "text_unit_b_text",
"document_a_name": "document_a_name",
"text_unit_a__unit_type": "text_unit_a__unit_type",
"text_unit_b_id": "text_unit_b_id",
"text_unit_a_id": "text_unit_a_id",
"text_unit_a__location_start": "text_unit_a__location_start",
"document_b_name": "document_b_name",
"text_unit_a_text": "text_unit_a_text",
"similarity": "similarity",
"text_unit_b__location_start": "text_unit_b__location_start",
"text_unit_a__location_end": "text_unit_a__location_end"
}Changes
Changed in 2 of the 5 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 63 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲