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
vdb_profile_name
string
required
tag_names
string[]
required

List of tag names to standardize.

only_dedupe
boolean | null
default:true

If True, only perform simple keyword-based deduplication.

job_id
string | null
taxonomy_name
string | null

Response

Successful Response

success
boolean
required
standardization_results
StandardizationResult · object[]

Results for tags successfully processed.

failed_tags
Failed Tags · object

Tags that failed standardization, with error messages.

job_id
string | null

Job ID for tracking background task status.

status
string | null

Current status of the standardization job.

message
string | null

Status message for the job.

updated_searchability_scores
Updated Searchability Scores · object | null

Updated searchability scores after standardization.