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, P...
What this app can do
24 tools registered
Connect MagnificFree
Connect Magnific by saving your API key, after checking it actually works. Get a key from magnific.com: User menu -> Organization Settings -> API Keys.
Disconnect MagnificFree
Disconnect Magnific: deletes the saved API key. Existing generation history recorded here is kept.
Get Magnific ConnectionFree
Check whether Magnific is currently connected (does not reveal the saved API key).
Get Account Balance8 tok
Read your Magnific team's current credit usage/balance for the current billing period -- the first thing to check before a big generation batch.
Generate Image20 tok
Generate 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 Task8 tok
Poll an image generation task's status. Returns image URLs once status is 'done'.
Generate Video40 tok
Generate 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 Task8 tok
Poll a video generation task's status. Returns video URLs once status is 'done'.
Upscale Image20 tok
Upscale 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 Image20 tok
Change an image's lighting (direction/mood) with Magnific's relighting model. Async -- poll with get_edit_task.
Style Transfer Image20 tok
Apply a reference image's visual style to a source image. Async -- poll with get_edit_task.
Remove Background16 tok
Remove the background from an image, leaving a transparent PNG. Async -- poll with get_edit_task.
Expand Image20 tok
Expand (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 Task8 tok
Poll an image editing task (upscale/relight/style transfer/remove background/expand). Returns result URLs once status is 'done'.
Generate Music20 tok
Generate a music track from a text description. Async -- poll with get_audio_task.
Generate Sound Effect16 tok
Generate a short sound effect from a text description. Async -- poll with get_audio_task.
Isolate Audio16 tok
Isolate vocals/speech from background noise/music in an audio or video file. Async -- poll with get_audio_task.
Get Audio Task8 tok
Poll an audio generation/isolation task (music/sound_effect/audio_isolation). Returns result URLs once status is 'done'.
Search Stock Content8 tok
Search Magnific's stock content library -- 'images' (photos & templates), 'icons', or 'videos' -- by free-text query.
List Team Members8 tok
List the members of your Magnific organization/team.
List Api Keys8 tok
List the API keys registered on your Magnific organization (never reveals key secret values).
List Image ModelsFree
List every image generation model this connector supports, with its id and notes -- use the id in generate_image's model field.
List Video ModelsFree
List every video generation model this connector supports, with its id and notes -- use the id in generate_video's model field.
List Generation Results8 tok
List 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).