curl --request POST \
--url https://ai.wisepilot.app/api/v1/content/assets/{id}/publish \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"platform": "wordpress"
}
'{
"success": true,
"data": {
"status": "published",
"wpPostId": "<string>",
"workItemId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}Publish an asset to its target platform. Lifecycle-gated — requires all prerequisite steps to be complete. minRole: editor
curl --request POST \
--url https://ai.wisepilot.app/api/v1/content/assets/{id}/publish \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"platform": "wordpress"
}
'{
"success": true,
"data": {
"status": "published",
"wpPostId": "<string>",
"workItemId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}API key prefixed with cr_ (e.g. cr_a1b2c3...)
Asset content_id
Website ID. Auto-resolved if key has single website scope.
wordpress, elementor