Skip to main content
GET
/
v1
/
blog
/
site
Get analyzed blog site profile
curl --request GET \
  --url https://api.yalg.ai/v1/blog/site \
  --header 'x-api-key: <api-key>'
{
  "siteUrl": "https://yalg.ai",
  "audience": "B2B creators and founders",
  "positioning": "Turn personal anecdotes into publishable content.",
  "analyzedAt": "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. Get analyzed blog site profile.

The response is of type object.