Skip to main content
POST
/
v1
/
blog
/
keywords
/
import
Import SEO keywords from xlsx, xls, or csv
curl --request POST \
  --url https://api.yalg.ai/v1/blog/keywords/import \
  --header 'Content-Type: multipart/form-data' \
  --header 'x-api-key: <api-key>' \
  --form file='@example-file' \
  --form autoFill=true
"<string>"

Authorizations

x-api-key
string
header
default:yalg_live_your_api_key
required

YALG Developer API key. Send it in the x-api-key header from a server-side environment only.

Body

multipart/form-data
file
file

Response

Successful response. Import SEO keywords from xlsx, xls, or csv.

The response is of type file.