Skip to main content
GET
/
v1
/
blog
/
keywords
List imported SEO keywords
curl --request GET \
  --url https://api.yalg.ai/v1/blog/keywords \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "018f9f48-08ab-71c2-887d-bbca79017364",
    "keyword": "linkedin storytelling",
    "score": 0.82,
    "createdAt": "2026-06-20T17:24:39.000Z"
  }
]

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.

Response

Successful response. List imported SEO keywords.

Imported SEO keyword.

id
string<uuid>

Keyword identifier.

Example:

"018f9f40-7d7b-7712-9b0f-2e5d9fd5df3f"

keyword
string
Example:

"linkedin storytelling"

score
number
Example:

0.82

createdAt
string<date-time>
Example:

"2026-06-20T17:24:39.000Z"