blog-post
Skill: Blog Posts
Description
Manage blog posts and AI-powered writing workflows. This skill documents PublicApiBlogPostController at /api/v2/blog-posts. Authenticate with X-API-KEY.
Key async behaviors:
- Outline/full/section generation returns
activityId→ pollGET /api/v2/jobs/{activityId}. - Blog post “generate” returns
aiEditLiveObjectId→ pollGET /api/v2/blog-posts/{blog_post_id}/generation/{ai_edit_id}, then POST accept to commit. - AI operations return
aiOperationId→ pollGET /api/v2/blog-posts/{blog_post_id}/ai-operations/{ai_operation_id}, then POST accept to apply. - Exports return
exportId→ pollGET /api/v2/blog-posts/{blog_post_id}/exports/{export_id}(not the jobs endpoint).
TypeScript types (selected)
Mirrors the request/response DTOs in service-poc/service/app/module-client/.../publicapi/blogpost/*.
More from compilet-dev/agent-skill-layerproof
jobs
Public API job status polling (X-API-KEY). Poll async operations (outline, slides, exports, etc.) by activityId. Types follow PublicApiJobController (/api/v2/jobs/{activityId}).
27exports
Public API export (X-API-KEY). Export PNG ZIP, PPTX, or video (async), get status, cancel. PublicApiExportController.
27project-files
Public API project file management (X-API-KEY). Prepare upload/update, confirm, AI files, subdirectories, resolve assets/paths, preview URL, get, download, delete. PublicApiProjectFileController.
27themes
Public API theme management (X-API-KEY). List, get, save, update, delete, generate, regenerate, apply, unapply. PublicThemeController (/api/v2/themes).
26workspaces
Public API workspace management (X-API-KEY). Create, list, get, update, delete workspaces. Types follow PublicApiWorkspaceController (/api/v2/workspaces).
26public-files
Public API reference files (X-API-KEY). Prepare upload, confirm, delete, get download URL. Use s3_key from prepare in outline generation. Types follow PublicApiFileController (/api/v2/files).
26