Upscale hosted videos on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `poyo-ai/video-upscaler`, public video URLs, scale control, as...
Design & media
Poyo Video Background Removal
Try itRemove backgrounds from hosted videos on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `poyo-ai/video-background-removal`, transparen...
What it does
Remove backgrounds from hosted videos on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `poyo-ai/video-background-removal`, transparent video output, container and codec controls, audio preservation, async status polling, callbacks, and server-side integration.
The skill document
PoYo Video Background Removal
PoYo Links
- Model page:
- API key page:
Use this skill for poyo-ai/video-background-removal jobs on PoYo. It helps agents prepare video cutout payloads, submit async tasks, and explain safe server-side integration.
Use When
- The user explicitly wants to use PoYo with
poyo-ai/video-background-removal, video background removal, transparent video cutouts, hosted video compositing, or the PoYo async media utility API. - The user asks for a PoYo video-background-removal request payload, server-side curl command, integration notes, status polling, webhook setup, or response parsing.
- The user has already chosen PoYo as the execution provider for a video background-removal workflow.
Model Selection
poyo-ai/video-background-removal: use for removing the background from an existing hosted video file.
Key Inputs
video_urlis required and must point to a publicly accessible video file.output_container_and_codecis optional; use it when a downstream editor or delivery surface requires a specific output.preserve_audiois optional; set it based on whether the source audio should remain in the output.background_coloris optional; useTransparentfor transparent compositing when the selected output format supports it.callback_urlis optional and useful for production queues.
Security Rules
- Treat
POYO_API_KEYas a secret. - Keep PoYo API keys in server-side environment variables or a backend secret manager.
- Never place an API key in browser code, frontend bundles, public repositories, logs, screenshots, or chat output.
- Do not log private source video URLs, generated outputs, callback URLs, task ids, or raw authorization headers unless the product policy allows it.
- Do not use this skill for generic video editing unless the user explicitly wants a PoYo video background-removal API workflow.
- Do not make live API calls unless the user explicitly asks, confirms the payload should be sent to PoYo, and provides a safe server-side environment.
Execution
- Read
references/api.mdfor endpoint details, request fields, examples, and result retrieval notes. - Use
scripts/submit_video_background_removal.shonly when the user wants to submit a prepared JSON payload from a trusted shell. - If the user only needs a curl example, adapt one from
references/api.md. - After submission, report the returned
task_idclearly so follow-up polling is easy.
Output Expectations
When helping with PoYo Video Background Removal, include:
- chosen model id
- source video URL handling notes
- output container or codec choice when relevant
- whether audio should be preserved
- transparent or solid background setting when relevant
- final payload or concise parameter summary
- returned
task_idif a request was actually submitted - next step: poll status or wait for webhook
Related skills
Video Translator on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `poyo-ai/video-translator`, translating video speech, `video_urls`,...
Create music videos on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `create-music-video`, AI Music Video, visualized music videos, t...
Runway Gen-4.5 video generation on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `runway-gen-4.5`, text-to-video, optional single-ima...
Use PoYo AI GPT Image 1.5 through the `https://api.poyo.ai/api/generate/submit` endpoint. Use when a user wants to generate or edit media with this model fam...
Separate vocals and instrument stems on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `separate-vocals`, `stem-split`, `upload-and-se...