Skip to main content

Generate and upload AI videos with Ozor AI and Upload Post

Workflow preview

Workflow preview
100%
Generate and upload AI videos with Ozor AI and Upload Post preview
Open on n8n.io

1. Workflow Overview

How it works This workflow generates an AI video using Ozor AI and automatically uploads the finished video to your destination platform. It runs end to end in four steps: generate, poll for status...

Best for

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

Tools used

n8n-nodes-ozor.ozor, n8n-nodes-base.manualtrigger, n8n-nodes-upload-post.uploadpost, n8n-nodes-base.stickynote

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Generate and upload AI videos with Ozor AI and Upload Post
Workflow name
Generate and upload AI videos with Ozor AI and Upload Post

How it works

This workflow generates an AI video using Ozor AI and automatically uploads the finished video to your destination platform. It runs end-to-end in four steps: generate, poll for status, export, and upload.

  • Step 1: Generate a Video — Sends a prompt and configuration (text, style, duration, resolution) to the Ozor AI API and receives a video ID used to track the rendering job.
  • Step 2: Get Video Details — Polls the Ozor AI API with the video ID to check rendering status and retrieve metadata such as duration, resolution, and a temporary preview link.
  • Step 3: Export a Video — Once rendering is complete, requests the final downloadable file in the desired format (e.g., MP4) and quality, returning a public download URL.
  • Step 4: Upload a Video — Takes the exported video URL and uploads the file to the destination (cloud storage, CMS, or social platform), returning an uploaded video reference (URL, asset ID, or post ID).

Set up steps

  • Create an Ozor AI account at ozor.ai
  • Open Settings → API Key and click Generate to create a new API key
  • Copy the key and add it to the Ozor AI credentials in n8n
  • Configure the Upload node with credentials for your destination platform
  • Click Execute workflow to run the full pipeline

Setup typically takes 5–10 minutes once your Ozor AI account and destination credentials are ready.

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 - Generate a video

Type / Role
n8n-nodes-ozor.ozor - ozor
Config choices
Version 1

Block 2 - Get video details

Type / Role
n8n-nodes-ozor.ozor - ozor
Config choices
Version 1

Block 3 - When clicking ‘Execute workflow’

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

Block 4 - Upload a video

Type / Role
n8n-nodes-upload-post.uploadPost - uploadPost
Config choices
Version 1

Block 5 - Export a video

Type / Role
n8n-nodes-ozor.ozor - ozor
Config choices
Version 1

Block 6 - Sticky Note

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

Block 7 - Sticky Note1

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

Block 8 - Sticky Note2

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

Block 9 - Sticky Note4

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

Block 10 - Sticky Note5

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

3. Summary Table

Workflow Generate and upload AI videos with Ozor AI and Upload Post
Complexity intermediate
Nodes 10
Categories Content Creation, Multimodal AI
Author OzorAI
Published 04 May 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15481/15481.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 Generate and upload AI videos with Ozor AI and Upload Post do?

How it works This workflow generates an AI video using Ozor AI and automatically uploads the finished video to your destination platform. It runs end to end in four steps: generate, poll for status...

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.