GuidesAPI EndpointsAPI Changelog
Live AI Demo
API Endpoints

⭐ [NEW] Update a taxonomy

Update taxonomy fields and/or its tags. Only provided fields are changed.

If tags is provided it replaces the entire tag set (batch upsert semantics):
tags absent from the array are deleted, tags present are created or updated.
Exactly one tag must have "default": true. Omit tags to leave tags unchanged.

Pass null for parent_key or classifier_key to remove them.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

Key of the taxonomy to update.

string
string
string
string
string | null

Pass null to remove the parent taxonomy.

string | null

Pass null to detach the classifier.

tags
array of objects

Full replacement tag set. Tags not listed are deleted.
Exactly one entry must have "default": true.

tags
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json