/talkwalker-content | Type: Application | PCID required: Yes
Tools
talkwalker_content_add_project_custom_metric
Add custom metrics Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
project_id | string | Yes | — | Project Id |
body | object | No | — | Request body |
talkwalker_content_add_project_source_panel
Create a new panel Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
project_id | string | Yes | — | Project Id |
body | object | No | — | Request body |
talkwalker_content_add_project_source_panel_group
Create a new group of panels Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
project_id | string | Yes | — | Project Id |
body | object | No | — | Request body |
talkwalker_content_create_dataset_document
Modify a batch of reviews Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
annotate | string | No | — | Talkwalker API recalculates set field based on the updated content. |
return_entry | string | No | — | Specifies if the modified document should be returned. Allowed values: hide or show. Default value: hide |
proc_tokens_calc | string | No | — | Specifies when and which tokens are generated. Allowed values: all_if_new, all_always_if_possible. default value: all_if_new |
proc_lang_autodetect | string | No | — | Specifies when the language is automatically detected Allowed values: only_if_new, always_if_new_content. Fefault value: only_if_new |
proc_content_ellipsis | string | No | — | Special behavior for ellipsis in string fields. Allowed values: no_special_handling, ignore_if_start_same. Default value: ignore_if_start_same |
proc_lang_fallback | string | No | — | default language code: en |
proc_annotate_language | string | No | — | Language annotation. Allowed values: annotate_if_not_set, use_default. Default e annotate_if_not_set. |
proc_annotate_sentiment | string | No | — | Sentiment annotation. Allowed values: annotate_if_not_set, use_default. Default value: annotate_if_not_set. |
project_id | string | Yes | — | Project Id |
dataset_id | string | Yes | — | Dataset Id |
body | object | No | — | Request body |
talkwalker_content_create_project_document
Modify a batch of documents Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
annotate | string | No | — | Talkwalker API recalculates set field based on the updated content. |
return_entry | string | No | — | Specifies if the modified document should be returned. Allowed values: hide or show. Default value: hide |
proc_tokens_calc | string | No | — | Specifies when and which tokens are generated. Allowed values: all_if_new, all_always_if_possible. default value: all_if_new |
proc_lang_autodetect | string | No | — | Specifies when the language is automatically detected Allowed values: only_if_new, always_if_new_content. Fefault value: only_if_new |
proc_content_ellipsis | string | No | — | Special behavior for ellipsis in string fields. Allowed values: no_special_handling, ignore_if_start_same. Default value: ignore_if_start_same |
proc_lang_fallback | string | No | — | default language code: en |
proc_annotate_language | string | No | — | Language annotation. Allowed values: annotate_if_not_set, use_default. Default value: annotate_if_not_set. |
proc_annotate_sentiment | string | No | — | Sentiment annotation. Allowed values: annotate_if_not_set, use_default. Default value: annotate_if_not_set. |
project_id | string | Yes | — | Project Id |
body | object | No | — | Request body |
talkwalker_content_delete_project_custom_metric
Delete custom metrics Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
project_id | string | Yes | — | Project Id |
body | object | No | — | Request body |
talkwalker_content_delete_project_custom_metric_by_name
Delete specific custom metric Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
project_id | string | Yes | — | Project Id |
metric_name | string | Yes | — | Custom metric’s name |
talkwalker_content_delete_project_topics
Delete a batch of topics Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
project_id | string | Yes | — | Project Id |
body | object | No | — | Request body |
talkwalker_content_get_detect_images
Process an image by URL Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
image_url | string | Yes | — | URL where to download the image. |
detect | string | No | — | Only for logos, List of logo IDs to detect in the image. |
model | string | Yes | — | The mode of the detection. Allowed values: logo, object or scene. |
talkwalker_content_get_project_resources
List of resources Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
type | string | No | — | Filter on the type of resources. Allowed values: search, filter, page, event or panel. |
project_id | string | Yes | — | Project Id |
talkwalker_content_get_project_tags
List of custom tags Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
project_id | string | Yes | — | Project Id |
talkwalker_content_get_project_topic
Retrieve definition of a specific topic Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
project_id | string | Yes | — | Project Id |
topic_id | string | Yes | — | topic ID or filter ID |
talkwalker_content_get_project_views
List of views Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
project_id | string | Yes | — | Project Id |
talkwalker_content_import_project_topics
Create or update a batch of topics Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
project_id | string | Yes | — | Project Id |
body | object | No | — | Request body |
talkwalker_content_list_project_custom_metrics
List of custom metrics Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
project_id | string | Yes | — | Project Id |
talkwalker_content_list_project_source_panels
List all panels with their members Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
project_id | string | Yes | — | Project Id |
talkwalker_content_list_project_topics
List topics with definitions Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
project_id | string | Yes | — | Project Id |
talkwalker_content_perform_dataset_document_action
Modify simple review Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
annotate | string | No | — | Talkwalker API recalculates set field based on the updated content. |
return_entry | string | No | — | Specifies if the modified document should be returned. Allowed values: hide or show. Default value: hide |
proc_tokens_calc | string | No | — | Specifies when and which tokens are generated. Allowed values: all_if_new, all_always_if_possible. default value: all_if_new |
proc_lang_autodetect | string | No | — | Specifies when the language is automatically detected Allowed values: only_if_new, always_if_new_content. Fefault value: only_if_new |
proc_content_ellipsis | string | No | — | Special behavior for ellipsis in string fields. Allowed values: no_special_handling, ignore_if_start_same. Default value: ignore_if_start_same |
proc_lang_fallback | string | No | — | default language code: en |
proc_annotate_language | string | No | — | Language annotation. Allowed values: annotate_if_not_set, use_default. Default value: annotate_if_not_set. |
proc_annotate_sentiment | string | No | — | Sentiment annotation. Allowed values: annotate_if_not_set, use_default. Default value: annotate_if_not_set. |
project_id | string | Yes | — | Project Id |
dataset_id | string | Yes | — | Dataset Id |
action | string | Yes | — | Operation to do on the ducument. Allowed values: create, update, upserte, delete, undelete. |
body | object | No | — | Request body |
talkwalker_content_perform_project_document_action
Modify simple document Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
annotate | string | No | — | Talkwalker API recalculates set field based on the updated content. |
return_entry | string | No | — | Specifies if the modified document should be returned. Allowed values: hide or show. Default value: hide |
proc_tokens_calc | string | No | — | Specifies when and which tokens are generated. Allowed values: all_if_new, all_always_if_possible. default value: all_if_new |
proc_lang_autodetect | string | No | — | Specifies when the language is automatically detected Allowed values: only_if_new, always_if_new_content. Fefault value: only_if_new |
proc_content_ellipsis | string | No | — | Special behavior for ellipsis in string fields. Allowed values: no_special_handling, ignore_if_start_same. Default value: ignore_if_start_same |
proc_lang_fallback | string | No | — | default language code: en |
proc_annotate_language | string | No | — | Language annotation. Allowed values: annotate_if_not_set, use_default. Default value: annotate_if_not_set. |
proc_annotate_sentiment | string | No | — | Sentiment annotation. Allowed values: annotate_if_not_set, use_default. Default value: annotate_if_not_set. |
project_id | string | Yes | — | Project Id |
action | string | Yes | — | Operation to do on the ducument. Allowed values: create, update, upserte, delete, undelete. |
body | object | No | — | Request body |
talkwalker_content_post_detect_images
Process an image by file Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
model | string | Yes | — | The mode of the detection. Allowed values: logo, object or scene. |
image_file | string | No | — | Filename of the image to be past as multipart/form-data. |
talkwalker_content_update_project_custom_metric
Update custom metrics Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
project_id | string | Yes | — | Project Id |
body | object | No | — | Request body |

