curl --request POST \
--url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/campaign_optimizations/{id}/extend_suggestions \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'Triggers a new pipeline run that generates additional keywords and merges them
with the existing suggestions for a campaign optimization.
Only supported for TikTok optimizations. Required permission: write:analysis.
Optional request body:
{"params": {"themes": ["fitness tracking apps", "healthy lifestyle"]}}
params is null/empty, new keywords are generated across all themes (default behaviour).params.themes (optional string array): restricts keyword generation to those search theme strings.
The values must match the theme field on existing keyword suggestions.curl --request POST \
--url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/campaign_optimizations/{id}/extend_suggestions \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'Documentation Index
Fetch the complete documentation index at: https://docs.shareofmodel.ai/llms.txt
Use this file to discover all available pages before exploring further.
A UUID string identifying the campaign optimization.
csv, json Optional platform-specific parameters. Example: {"themes": ["fitness tracking apps", "healthy lifestyle"]}
Show child attributes
Extend suggestions pipeline triggered successfully.