v1
latestOpenAPI 3.0.22026-07-17373198641.7 KBproject
v1
post/api/v1/project/projects/{id}/search_similar_documents/
Path parameters
idstring required
A unique integer value identifying this project.
Request body
Example request
{
"use_tfidf": false,
"distance_type": "cosine",
"item_id": 6,
"similarity_threshold": 0,
"run_name": "run_name",
"create_reverse_relations": true,
"delete": true
}Response
Example response
{
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}