Skip to main content
POST
/
v1
/
blog
/
autopilot
/
run
Run blog autopilot manually
curl --request POST \
  --url https://api.yalg.ai/v1/blog/autopilot/run \
  --header 'x-api-key: <api-key>'
{
  "status": "queued",
  "createdArticleIds": [
    "018f9f54-22d4-783a-a3d9-8bcdf1717032"
  ],
  "message": "Blog autopilot run queued"
}

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

Autopilot run result

Result of a manual blog autopilot run.

status
string
Example:

"queued"

createdArticleIds
string<uuid>[]
skippedReason
string
Example:

"No eligible keyword found"

message
string
Example:

"Blog autopilot run queued"