create_community_post
Publish one of your flows to the cnaps.ai community. Creates a community post with a snapshot of the flow. Others can then discover and fork your flow. Requires a source_flow_id (from list_flows) and a title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags for discoverability. JSON array or comma-separated, e.g. 'super-resolution,image,upscale'. Max 20 tags, 64 characters each. | |
| title | Yes | Post title — a clear, descriptive name for the flow. | |
| content | No | Post body/description. Explain what the flow does and how to use it. | |
| thumbnail_url | No | Pre-uploaded thumbnail image URL (use upload_file first if needed). | |
| source_flow_id | Yes | The flow ID to publish (use list_flows to find your flows). |