Skip to main content
GET
/
v1
/
blog
/
settings
Get blog autopilot settings
curl --request GET \
  --url https://api.yalg.ai/v1/blog/settings \
  --header 'x-api-key: <api-key>'
[
  {
    "enabled": true,
    "siteUrl": "https://yalg.ai",
    "cadence": "weekly",
    "updatedAt": "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 blog autopilot settings.

Blog autopilot settings.

enabled
boolean
Example:

true

siteUrl
string<uri>
Example:

"https://yalg.ai"

cadence
string
Example:

"weekly"

updatedAt
string<date-time>
Example:

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