Skip to main content
POST
Save keywords to project

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string | null

Path Parameters

project_id
string<uuid>
required

Body

application/json

Request body for saving keywords to a project.

keywords
string[]
required

List of keywords to save to the project.

Required array length: 1 - 500 elements
location_code
integer
required

DataForSEO location code (e.g. 2840 = United States).

language_code
string
required

Language code (e.g., 'en', 'de', 'fr').

Maximum string length: 10

Response

Successful Response

success
boolean
default:true
data
SavedKeywordResponse · object[] | null