Documents

Update Hidden Keywords

POST /v1/indices/{index public key}/documents/{doc id}/content/hiddenKeywords

Update the hidden keywords of a document.

Payload

{
  "hiddenKeywords": "list of space delimited hidden keywords"
}

FieldDescriptionTypeNotes
hiddenKeywordsUpdates document's hidden keyword or keywordsstringHidden keywords should be separated with commas or spaces

The endpoint returns HTTP 200 OK if successful.

Please note that the Hidden Keywords API endpoint requires authentication. See authentication for more information.