Skip to main content
POST
Python

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
data_connector_name
string
required
file_names
string[] | null
dataslice_id
string | null
progress_tracking_id
string | null
taxonomy_name
string | null
current_tree
Current Tree · object | null
condition
Condition · object | null
node
GraphNode · object | null

Legacy graph node model - kept for backwards compatibility

user_context
string | null
context_level
string | null
default:file
max_height
integer | null
default:1
use_existing_tags
boolean | null
default:false
use_extracted_tags
boolean | null
default:false
use_mix_llm_and_source
boolean | null
default:false
graph_tag_type
enum<string> | null
default:open_ended
Available options:
open_ended,
binary,
mixed,
defined_values,
hierarchy
min_tags_per_level
integer | null
default:1
max_tags_per_level
integer | null
default:10
set_max_values
boolean | null
default:true
values_per_tag
integer | null
auto_save
boolean | null
default:true
validate_tags
boolean | null
default:true
validation_sample_size
integer | null
default:10
not_found_threshold
number | null
default:1
use_hierarchical_clustering
boolean | null
default:true
deep_suggestion_mode
boolean | null
default:false

Response

Successful Response

status_code
integer | null
default:200
message
string | null
default:""
job_id
string | null
suggestion
Suggestion · object | null
suggested_tags
Suggested Tags · object | null
node
GraphNode · object | null

Legacy graph node model - kept for backwards compatibility

tag_not_found_rates
Tag Not Found Rates · object | null