Full access to your own Magnific (formerly Freepik API) account: AI image generation (Mystic, Flux family, Seedream, Z-Image, RunWay), video generation (Kling, Hailuo, WAN, RunWay, LTX, Seedance, PixVerse, OmniHuman, VFX), image editing (Creative/Precision upscaling, relight, style transfer, background removal, expand), audio (music generation, sound effects, audio isolation), team credit/usage analytics, and stock content search (images, icons, videos). Bring-your-own-account (BYOK): connect your own Magnific API key, every call spends your own credits.
connect_magnificreadConnect Magnific by saving your API key, after checking it actually works. Get a key from magnific.com: User menu -> Organization Settings -> API Keys.
disconnect_magnificreadDisconnect Magnific: deletes the saved API key. Existing generation history recorded here is kept.
get_magnific_connectionreadCheck whether Magnific is currently connected (does not reveal the saved API key).
get_account_balancereadRead your Magnific team's current credit usage/balance for the current billing period -- the first thing to check before a big generation batch.
generate_imagereadGenerate styled image(s) with a chosen Magnific model (Mystic, Flux family, Seedream, Z-Image, RunWay T2I). Async -- returns a task_id; poll with get_image_task until status is 'done'.
get_image_taskreadPoll an image generation task's status. Returns image URLs once status is 'done'.
generate_videoreadGenerate a video with a chosen Magnific model (Kling, Hailuo, WAN, RunWay, Seedance, PixVerse). Async and often slow (minutes) -- returns a task_id; poll with get_video_task, or pass webhook_url for a callback instead.
get_video_taskreadPoll a video generation task's status. Returns video URLs once status is 'done'.
upscale_imagereadUpscale an image 2x/4x/8x/16x with Magnific's exclusive Creative engine (can add/infer new detail, supports a guiding prompt) or Precision engine (faithful super-resolution, no hallucination -- best for logos, UI, text, product photos). Async -- poll with get_edit_task.
relight_imagereadChange an image's lighting (direction/mood) with Magnific's relighting model. Async -- poll with get_edit_task.
style_transfer_imagereadApply a reference image's visual style to a source image. Async -- poll with get_edit_task.
remove_backgroundreadRemove the background from an image, leaving a transparent PNG. Async -- poll with get_edit_task.
expand_imagereadExpand (outpaint) an image's canvas in any direction, optionally guided by a prompt for the new area. Async -- poll with get_edit_task.
get_edit_taskreadPoll an image editing task (upscale/relight/style transfer/remove background/expand). Returns result URLs once status is 'done'.
generate_musicreadGenerate a music track from a text description. Async -- poll with get_audio_task.
generate_sound_effectreadGenerate a short sound effect from a text description. Async -- poll with get_audio_task.
isolate_audioreadIsolate vocals/speech from background noise/music in an audio or video file. Async -- poll with get_audio_task.
get_audio_taskreadPoll an audio generation/isolation task (music/sound_effect/audio_isolation). Returns result URLs once status is 'done'.
search_stock_contentreadSearch Magnific's stock content library -- 'images' (photos & templates), 'icons', or 'videos' -- by free-text query.
list_team_membersreadList the members of your Magnific organization/team.
list_api_keysreadList the API keys registered on your Magnific organization (never reveals key secret values).
list_image_modelsreadList every image generation model this connector supports, with its id and notes -- use the id in generate_image's model field.
list_video_modelsreadList every video generation model this connector supports, with its id and notes -- use the id in generate_video's model field.
list_generation_resultsreadList your past generation/edit/video actions with filters by type, status, date range -- this connector's own locally-tracked history (Magnific has no cross-model 'list all my tasks' endpoint).
Install Magnific Connector and let Webbee use it across your workflow.
Open in panel