Skip to main content
POST
/
api
/
v1
/
analysis
/
trigger
/
negative-keywords
Trigger Negative Keywords Analysis
curl --request POST \
  --url http://localhost:8000/api/v1/analysis/trigger/negative-keywords \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

customer_id
integer
required
login_customer_id
integer
required
search_terms_days
integer | null
default:1
search_terms_limit
integer | null
default:300
temperature
number
default:0.2

Response

Successful Response

The schema for the result of triggering an analysis.

success
boolean
required
message
string
required