Appearance
Plugin Generate Blog Async
POST
/api/v1/plugin/generate-blog-async
Start async blog generation. Returns generation_id for polling.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Request Body
application/json
JSON "source": "string", "topic": "string", "product_title": "string", "product_category": "string", "language": "en", "tone": "professional", "custom_instructions": "string"
{
}
Responses
Successful Response
application/json
JSON "generation_id": "string"
{
}