Add New Keywords
POST
https://apigw.seomonitor.com/v3/rank-tracker/v3.0/keywords/importWith this endpoint, you can add a list of keywords to the specified groups of a campaign.
Note: The keywords added through this API endpoint will be charged according to our pricing policy
. This endpoint cannot be used without setting spend limits in the Billing section
. Unless you have spend limits set, the endpoint will return an error.
Note: the endpoint can also be used to allocate already tracked keywords to existing groups.
Request
Header Params
Content-Type
string
required
Example:
application/json
Accept
string
required
Example:
application/json
Body Params application/json
campaign_id
integer
required
keywords
string
required
group_ids
string
optional
Example
{
"campaign_id": "<integer>",
"keywords": "<string>",
"group_ids": "<string>"
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
import_id
string
optional
The ID of the keyword import task that you can use to track the status of the import.
Example
{
"import_id": "108331"
}
Last modified: 16 days ago