Skip to content

Upload Google Search Console Queries CSV​

POST
/product/sites/{siteId}/content-strategy/gsc/upload

Authorizations​

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Parameters​

Path Parameters

siteId*
Type
string
Required

Request Body​

application/json
JSON
{
  
"csv": "string"
}

Responses​

Imported

application/json
JSON
{
  
"imported": 0,
  
"keyword_count": 0,
  
"gsc_keyword_count": 0,
  
"last_imported_at": "string",
  
"counts": {
  
}
}

Playground​

Authorization
Variables
Key
Value
Body

Samples​

Powered by VitePress OpenAPI