Skip to main content
POST
Add local keywords

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 adding local keywords to a project.

keywords
string[]
required
Required array length: 1 - 50 elements
location_code
integer
required
language_code
string
required
location_name
string | null

Response

Successful Response

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