Quick overview
This workflow receives a webhook POST request with a video topic and optional creative parameters, validates and normalizes the inputs, and returns a structured faceless-video production brief plus a copy-ready prompt and links for continuing production on faceless-reels.io.
How it works
- Receives a POST webhook request containing a required
topic and optional fields like audience, platform, duration, tone, language, objective, and call to action.
- Normalizes the incoming payload by applying defaults for any missing fields and setting configuration values like the maximum topic length and Faceless Reels URLs.
- Validates that the topic is present and within the maximum length, and standardizes the requested duration to either 30 or 60 seconds.
- Builds a production brief with a recommended beat structure, scene-count guidance, creative constraints, and a copy-ready prompt for generating a faceless vertical video.
- Responds with HTTP 200 and the completed brief for valid requests, or HTTP 400 with readable validation errors and an example request for invalid payloads.
Setup
- Activate the workflow and copy the generated webhook URL for the
faceless-video-brief-builder endpoint.
- Configure your source system (or a tool like curl/Postman) to send a JSON POST request to the webhook URL with at least a
topic field.
- Optionally adjust the default values (platform, tone, call to action, max topic length, and Faceless Reels URLs) before using it in production.