Skip to main content

Create AI video reels from profile photos with AtlasCloud and Blotato

Workflow preview

Workflow preview
100%
Create AI video reels from profile photos with AtlasCloud and Blotato preview
Open on n8n.io

1. Workflow Overview

Quick Overview This workflow receives a webhook request, uses AtlasCloud (GPT Image 2 and HappyHorse) to turn a profile image into a short vertical video, then publishes the reel to TikTok and Inst...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.webhook, n8n-nodes-base.set, n8n-nodes-base.wait, n8n-nodes-base.httprequest, n8n-nodes-base.code, @blotato/n8n-nodes-blotato.blotato, n8n-nodes-base.stickynote, n8n-nodes-base.switch

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Dr. Firas.

Original n8n.io source

1.1 Workflow description

Title
Create AI video reels from profile photos with AtlasCloud and Blotato
Workflow name
Create AI video reels from profile photos with AtlasCloud and Blotato

Quick Overview

This workflow receives a webhook request, uses AtlasCloud (GPT Image 2 and HappyHorse) to turn a profile image into a short vertical video, then publishes the reel to TikTok and Instagram via Blotato.

How it works

  1. Receives a POST webhook containing an image prompt, a video prompt, and an optional caption.
  2. Sends the profile image and prompt to AtlasCloud’s GPT Image 2 endpoint to generate an edited vertical image.
  3. Polls AtlasCloud until the image job completes, then extracts the generated image URL or stops with an error if it fails.
  4. Sends the generated image URL and video prompt to AtlasCloud’s HappyHorse image-to-video endpoint to create a short video.
  5. Polls AtlasCloud until the video job completes, then extracts the generated video URL or stops with an error if it fails.
  6. Uploads the video to Blotato and creates posts to the configured TikTok and Instagram accounts using the provided caption.

Setup

  1. Configure an AtlasCloud API key and replace the placeholder Authorization: Bearer YOUR_API header in all AtlasCloud HTTP requests.
  2. Set the profile_image_url value to a publicly accessible image URL and ensure your webhook payload includes prompt_video (and optionally prompt and caption).
  3. Add a Blotato API credential, connect your TikTok and Instagram accounts in Blotato, and replace YOUR_ID_BLOTATO_TIKTOK and YOUR_ID_BLOTATO_INSTAGRAM with the correct account IDs.
  4. Copy the webhook URL from the Webhook Trigger node and configure the calling app/service to POST the required fields to it.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Webhook Trigger

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2.1

Block 2 - Config

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Wait Image

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 4 - Poll Image

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.4

Block 5 - Generate Video

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.4

Block 6 - Wait Video

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 7 - Poll Video

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.4

Block 8 - Generate Image with GPT Image 2 Model

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.4

Block 9 - Extract Image URL

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 10 - Extract Video URL

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 11 - Create post Tiktok

Type / Role
@blotato/n8n-nodes-blotato.blotato - blotato
Config choices
Version 2

Block 12 - Create post Instagram

Type / Role
@blotato/n8n-nodes-blotato.blotato - blotato
Config choices
Version 2

Block 13 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Image Status

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.4

Block 18 - Stop and Error

Type / Role
n8n-nodes-base.stopAndError - stopAndError
Config choices
Version 1

Block 19 - Video Status

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.4

Block 20 - Stop and Error II

Type / Role
n8n-nodes-base.stopAndError - stopAndError
Config choices
Version 1

3. Summary Table

Workflow Create AI video reels from profile photos with AtlasCloud and Blotato
Complexity advanced
Nodes 20
Categories Content Creation, Multimodal AI
Author Dr. Firas
Published 06 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16148/16148.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Create AI video reels from profile photos with AtlasCloud and Blotato do?

Quick Overview This workflow receives a webhook request, uses AtlasCloud (GPT Image 2 and HappyHorse) to turn a profile image into a short vertical video, then publishes the reel to TikTok and Inst...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.