create_article_draft
Create completed article drafts and optionally auto-upload a temporary cover image from a URL to attach it permanently. Ideal for preparing unpublished NexusPress content.
Instructions
Create a completed article draft. If you have a temporary image URL (e.g. from DALL-E), pass it in temporaryCoverImageUrl to automatically upload and attach it as the permanent cover image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | ||
| tags | No | ||
| title | Yes | ||
| author | No | ||
| content | Yes | ||
| excerpt | No | ||
| seoTitle | No | ||
| siteSlug | Yes | ||
| authorRole | No | ||
| categoryId | No | ||
| coverImage | No | ||
| linkPolicy | No | ||
| imagePrompt | No | ||
| canonicalUrl | No | ||
| seoDescription | No | ||
| temporaryCoverImageUrl | No |