# TransparentImageGenerator (TIG) — full agent documentation Generated live from the TIG tool registry. Schema version 1.0.0. 179 tools. ## API - Run a tool: POST https://transparentimagegenerator.com/functions/agentApi?tool= (Content-Type: application/json). The slug can also be sent as "tool" in the body. - Poll a job: GET https://transparentimagegenerator.com/functions/agentApi?job= → status (queued|processing|completed|failed), progress_pct, result - Response envelope: { "success": bool, "data": {...}, "error": {"code","message","docs_url"} | null, "credits": {"charged","remaining"}, "timing_ms" } - File inputs: pass a public http(s) URL as source_url (or source_urls for frame lists). Max 15 MB per file. - Error codes: INVALID_PARAMS, UNSUPPORTED_FORMAT, TOO_LARGE, INSUFFICIENT_CREDITS, RATE_LIMITED, PROCESSING_FAILED, AUTH_REQUIRED, TOOL_NOT_FOUND, JOB_NOT_FOUND, BROWSER_ONLY - BROWSER_ONLY means the tool runs in the browser only: open its action_url instead. ## Auth & credits - Free utilities: no auth, no signup. Rate limit ~30 requests/minute per IP. - AI tools: send an API key as "X-Api-Key: tig_…" (create one at https://transparentimagegenerator.com/agents) or a signed-in session bearer token. Credits are charged when the job is queued and refunded automatically if it fails. ## Capability tags - generate: Creates a new image, GIF or asset from text or a reference - animate: Produces motion: GIFs, sprite animation, video - remove-bg: Removes backgrounds / produces transparency - upscale: Increases resolution or detail - convert: Changes file format (video→GIF, PNG→JPG, GIF→WebP…) - clean: Cleans edges, halos, color spill or artifacts - compress: Reduces file size - resize: Changes dimensions or crops - repair: Fixes broken grids, frames or timing - restyle: Changes the visual style (3D, anime, pixel…) - edit: General frame / text / effect editing - browse: Libraries, galleries and search — no processing ## AI Studio ### AI Image Generator Text-to-image generation with multiple AI models. - slug: ai-image-generator - page: https://transparentimagegenerator.com/ai-image-generator - action URL: https://transparentimagegenerator.com/ai-image-generator?prompt={prompt} - capabilities: generate - inputs: text - output formats: png - credits: varies (see page) - API: browser only — use the action URL - parameters: - prompt (string, ≤1000 chars) — Text prompt (pre-fills the tool page) ### AI Speech Generator Text-to-speech audio in multiple voices. - slug: ai-speech-generator - page: https://transparentimagegenerator.com/ai-speech-generator - action URL: https://transparentimagegenerator.com/ai-speech-generator?prompt={prompt} - capabilities: generate - inputs: text - output formats: mp3 - credits: varies (see page) - API: browser only — use the action URL - parameters: - prompt (string, ≤1000 chars) — Text prompt (pre-fills the tool page) ### AI Studio Super Generator plus video, image and speech tools. - slug: ai-studio - page: https://transparentimagegenerator.com/ai-studio - action URL: https://transparentimagegenerator.com/ai-studio?prompt={prompt} - capabilities: generate - inputs: text - output formats: none - credits: varies (see page) - API: browser only — use the action URL - parameters: - prompt (string, ≤1000 chars) — Text prompt (pre-fills the tool page) ### AI Video Generator Generate short videos from text or an image. - slug: ai-video-generator - page: https://transparentimagegenerator.com/ai-video-generator - action URL: https://transparentimagegenerator.com/ai-video-generator?prompt={prompt} - capabilities: generate, animate - inputs: text, image - output formats: mp4 - credits: varies (see page) - API: browser only — use the action URL - parameters: - prompt (string, ≤1000 chars) — Text prompt (pre-fills the tool page) - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ## Background Removal ### Crop & Transparent Crop and remove the background in one step. - slug: crop-transparent - page: https://transparentimagegenerator.com/crop-transparent - action URL: https://transparentimagegenerator.com/crop-transparent - capabilities: remove-bg, resize - inputs: image - output formats: png - credits: varies (see page) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Free GIF Background Remover Instant chroma-key GIF background removal. - slug: gif-background-remover-free - page: https://transparentimagegenerator.com/gif-background-remover-free - action URL: https://transparentimagegenerator.com/gif-background-remover-free - capabilities: remove-bg - inputs: gif - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### GIF Cleanup Remove halos and color spill from transparent GIFs. - slug: gif-cleanup - page: https://transparentimagegenerator.com/gif-cleanup - action URL: https://transparentimagegenerator.com/gif-cleanup - capabilities: clean - inputs: gif - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### GPT Image 2 Cleanup Clean up GPT Image 2 outputs. - slug: gpt-image-2-cleanup - page: https://transparentimagegenerator.com/gpt-image-2-cleanup - action URL: https://transparentimagegenerator.com/gpt-image-2-cleanup - capabilities: clean, remove-bg - inputs: image - output formats: png - credits: varies (see page) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Remove Background Remove the background from any image. - slug: remove-background - page: https://transparentimagegenerator.com/remove-background - action URL: https://transparentimagegenerator.com/remove-background - capabilities: remove-bg - inputs: image - output formats: png - credits: 2 - API: live (async job) — POST https://transparentimagegenerator.com/functions/agentApi?tool=remove-background - parameters: - source_url (string/uri, required) — Public http(s) URL of the input file (max 15 MB) - example: curl -X POST 'https://transparentimagegenerator.com/functions/agentApi?tool=remove-background' -H 'Content-Type: application/json' -H 'X-Api-Key: tig_YOUR_KEY' -d '{"source_url":"https://example.com/photo.jpg"}' ### Remove GIF Background Remove the background from an animated GIF. - slug: remove-gif-background - page: https://transparentimagegenerator.com/remove-gif-background - action URL: https://transparentimagegenerator.com/remove-gif-background - capabilities: remove-bg - inputs: gif - output formats: gif - credits: varies (see page) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Transparent Background Maker Replace solid backgrounds with transparency. - slug: transparent-background-maker - page: https://transparentimagegenerator.com/transparent-background-maker - action URL: https://transparentimagegenerator.com/transparent-background-maker - capabilities: remove-bg - inputs: image - output formats: png - credits: 2 - API: live (async job) — POST https://transparentimagegenerator.com/functions/agentApi?tool=transparent-background-maker - parameters: - source_url (string/uri, required) — Public http(s) URL of the input file (max 15 MB) - example: curl -X POST 'https://transparentimagegenerator.com/functions/agentApi?tool=transparent-background-maker' -H 'Content-Type: application/json' -H 'X-Api-Key: tig_YOUR_KEY' -d '{"source_url":"https://example.com/photo.jpg"}' ### Transparent Logo Maker Make a logo background transparent. - slug: transparent-logo-maker - page: https://transparentimagegenerator.com/transparent-logo-maker - action URL: https://transparentimagegenerator.com/transparent-logo-maker - capabilities: remove-bg - inputs: image - output formats: png - credits: 2 - API: live (async job) — POST https://transparentimagegenerator.com/functions/agentApi?tool=transparent-logo-maker - parameters: - source_url (string/uri, required) — Public http(s) URL of the input file (max 15 MB) - example: curl -X POST 'https://transparentimagegenerator.com/functions/agentApi?tool=transparent-logo-maker' -H 'Content-Type: application/json' -H 'X-Api-Key: tig_YOUR_KEY' -d '{"source_url":"https://example.com/photo.jpg"}' ## Convert ### APNG Converter Convert GIFs or sprite sheets to APNG. - slug: apng-converter - page: https://transparentimagegenerator.com/apng-converter - action URL: https://transparentimagegenerator.com/apng-converter - capabilities: convert - inputs: gif, sprite_sheet - output formats: apng - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### AVI a GIF (Español) Convertidor de AVI a GIF. - slug: es/avi-a-gif - page: https://transparentimagegenerator.com/es/avi-a-gif - action URL: https://transparentimagegenerator.com/es/avi-a-gif - capabilities: convert - inputs: video - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### AVI to GIF Convert AVI video into GIF. - slug: avi-to-gif - page: https://transparentimagegenerator.com/avi-to-gif - action URL: https://transparentimagegenerator.com/avi-to-gif - capabilities: convert - inputs: video - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### FLV to GIF Convert FLV video into GIF. - slug: flv-to-gif - page: https://transparentimagegenerator.com/flv-to-gif - action URL: https://transparentimagegenerator.com/flv-to-gif - capabilities: convert - inputs: video - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### GIF to ICO Convert a GIF frame to ICO. - slug: gif-to-ico - page: https://transparentimagegenerator.com/gif-to-ico - action URL: https://transparentimagegenerator.com/gif-to-ico - capabilities: convert - inputs: gif - output formats: ico - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### GIF to MP4 Convert a GIF into MP4. - slug: gif-to-mp4 - page: https://transparentimagegenerator.com/gif-to-mp4 - action URL: https://transparentimagegenerator.com/gif-to-mp4 - capabilities: convert - inputs: gif - output formats: mp4 - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### GIF to Video Convert a GIF into MP4 or WebM. - slug: gif-to-video - page: https://transparentimagegenerator.com/gif-to-video - action URL: https://transparentimagegenerator.com/gif-to-video - capabilities: convert - inputs: gif - output formats: mp4, webp - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### GIF to WebM Convert a GIF into WebM. - slug: gif-to-webm - page: https://transparentimagegenerator.com/gif-to-webm - action URL: https://transparentimagegenerator.com/gif-to-webm - capabilities: convert - inputs: gif - output formats: webp - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### GIF to WebP Convert animated GIF to WebP. - slug: gif-to-webp - page: https://transparentimagegenerator.com/gif-to-webp - action URL: https://transparentimagegenerator.com/gif-to-webp - capabilities: convert, compress - inputs: gif - output formats: webp - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### JPG to PNG Convert JPG to PNG. - slug: convert/jpg-to-png - page: https://transparentimagegenerator.com/convert/jpg-to-png - action URL: https://transparentimagegenerator.com/convert/jpg-to-png - capabilities: convert - inputs: image - output formats: png, jpg - credits: 0 (free) - API: live (instant) — POST https://transparentimagegenerator.com/functions/agentApi?tool=convert%2Fjpg-to-png - parameters: - source_url (string/uri, required) — Public http(s) URL of the input file (max 15 MB) - quality (integer, 1–100, default 90) — JPEG quality (jpg output only) - background (string, default "#ffffff") — Fill color for transparent areas (jpg output only) - example: curl -X POST 'https://transparentimagegenerator.com/functions/agentApi?tool=convert%2Fjpg-to-png' -H 'Content-Type: application/json' -d '{"source_url":"https://example.com/input.png","quality":85}' ### JPG to WebP Convert JPG to WebP. - slug: convert/jpg-to-webp - page: https://transparentimagegenerator.com/convert/jpg-to-webp - action URL: https://transparentimagegenerator.com/convert/jpg-to-webp - capabilities: convert - inputs: image - output formats: webp - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### MKV to GIF Convert MKV video into GIF. - slug: mkv-to-gif - page: https://transparentimagegenerator.com/mkv-to-gif - action URL: https://transparentimagegenerator.com/mkv-to-gif - capabilities: convert - inputs: video - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### MOV to GIF Convert QuickTime MOV into GIF. - slug: mov-to-gif - page: https://transparentimagegenerator.com/mov-to-gif - action URL: https://transparentimagegenerator.com/mov-to-gif - capabilities: convert - inputs: video - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### MP4 a GIF (Español) Convertidor de MP4 a GIF. - slug: es/mp4-a-gif - page: https://transparentimagegenerator.com/es/mp4-a-gif - action URL: https://transparentimagegenerator.com/es/mp4-a-gif - capabilities: convert - inputs: video - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### MP4 to GIF Convert MP4 video into GIF. - slug: mp4-to-gif - page: https://transparentimagegenerator.com/mp4-to-gif - action URL: https://transparentimagegenerator.com/mp4-to-gif - capabilities: convert - inputs: video - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### OGV to GIF Convert OGV video into GIF. - slug: ogv-to-gif - page: https://transparentimagegenerator.com/ogv-to-gif - action URL: https://transparentimagegenerator.com/ogv-to-gif - capabilities: convert - inputs: video - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### PNG to ICO Convert PNG to a Windows ICO. - slug: png-to-ico - page: https://transparentimagegenerator.com/png-to-ico - action URL: https://transparentimagegenerator.com/png-to-ico - capabilities: convert - inputs: image - output formats: ico - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### PNG to JPG Convert PNG to JPG. - slug: convert/png-to-jpg - page: https://transparentimagegenerator.com/convert/png-to-jpg - action URL: https://transparentimagegenerator.com/convert/png-to-jpg - capabilities: convert - inputs: image - output formats: png, jpg - credits: 0 (free) - API: live (instant) — POST https://transparentimagegenerator.com/functions/agentApi?tool=convert%2Fpng-to-jpg - parameters: - source_url (string/uri, required) — Public http(s) URL of the input file (max 15 MB) - quality (integer, 1–100, default 90) — JPEG quality (jpg output only) - background (string, default "#ffffff") — Fill color for transparent areas (jpg output only) - example: curl -X POST 'https://transparentimagegenerator.com/functions/agentApi?tool=convert%2Fpng-to-jpg' -H 'Content-Type: application/json' -d '{"source_url":"https://example.com/input.png","quality":85}' ### PNG to WebP Convert PNG to WebP. - slug: convert/png-to-webp - page: https://transparentimagegenerator.com/convert/png-to-webp - action URL: https://transparentimagegenerator.com/convert/png-to-webp - capabilities: convert - inputs: image - output formats: webp - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Sticker Pack Builder APNG sticker packs for iMessage, Discord, Telegram. - slug: sticker-pack-builder - page: https://transparentimagegenerator.com/sticker-pack-builder - action URL: https://transparentimagegenerator.com/sticker-pack-builder - capabilities: convert, resize - inputs: gif - output formats: apng, gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Video to GIF Convert any video file into a GIF. - slug: video-to-gif - page: https://transparentimagegenerator.com/video-to-gif - action URL: https://transparentimagegenerator.com/video-to-gif - capabilities: convert - inputs: video - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### WebM a GIF (Español) Convertidor de WebM a GIF. - slug: es/webm-a-gif - page: https://transparentimagegenerator.com/es/webm-a-gif - action URL: https://transparentimagegenerator.com/es/webm-a-gif - capabilities: convert - inputs: video - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### WebM to GIF Convert WebM video into GIF. - slug: webm-to-gif - page: https://transparentimagegenerator.com/webm-to-gif - action URL: https://transparentimagegenerator.com/webm-to-gif - capabilities: convert - inputs: video - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### WebP to GIF Convert animated WebP to GIF. - slug: webp-to-gif - page: https://transparentimagegenerator.com/webp-to-gif - action URL: https://transparentimagegenerator.com/webp-to-gif - capabilities: convert - inputs: image - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### WebP to ICO Convert WebP to ICO. - slug: webp-to-ico - page: https://transparentimagegenerator.com/webp-to-ico - action URL: https://transparentimagegenerator.com/webp-to-ico - capabilities: convert - inputs: image - output formats: ico - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### WebP to JPG Convert WebP to JPG. - slug: convert/webp-to-jpg - page: https://transparentimagegenerator.com/convert/webp-to-jpg - action URL: https://transparentimagegenerator.com/convert/webp-to-jpg - capabilities: convert - inputs: image - output formats: jpg - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### WebP to PNG Convert WebP to PNG. - slug: convert/webp-to-png - page: https://transparentimagegenerator.com/convert/webp-to-png - action URL: https://transparentimagegenerator.com/convert/webp-to-png - capabilities: convert - inputs: image - output formats: png - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ## Enhance & Optimize ### Batch Processor Apply one AI operation to many images. - slug: batch - page: https://transparentimagegenerator.com/batch - action URL: https://transparentimagegenerator.com/batch - capabilities: remove-bg, upscale - inputs: image - output formats: png - credits: varies (see page) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Color Enhancer Boost and adjust GIF colors. - slug: color-enhancer - page: https://transparentimagegenerator.com/color-enhancer - action URL: https://transparentimagegenerator.com/color-enhancer - capabilities: restyle - inputs: gif, image - output formats: gif, png - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Compress GIF Smart auto-fit, Gifsicle presets, trim, resize, crop and transparency in one tool. - slug: compress-gif - page: https://transparentimagegenerator.com/compress-gif - action URL: https://transparentimagegenerator.com/compress-gif - capabilities: compress - inputs: gif - output formats: gif - credits: 0 (free) - API: live (instant) — POST https://transparentimagegenerator.com/functions/agentApi?tool=compress-gif - parameters: - source_url (string/uri, required) — Public http(s) URL of the input file (max 15 MB) - quality (integer, 1–100, default 70) — Palette quality — lower = smaller file - max_width (integer, 16–2048) — Downscale so width ≤ this value - frame_step (integer, 1–4, default 1) — Keep every Nth frame (2 = half the frames) - example: curl -X POST 'https://transparentimagegenerator.com/functions/agentApi?tool=compress-gif' -H 'Content-Type: application/json' -d '{"source_url":"https://example.com/input.gif","quality":60,"max_width":480}' ### Compress GIF for Discord (8MB) Get GIFs under Discord's 8MB limit. - slug: compress-gif/discord-8mb - page: https://transparentimagegenerator.com/compress-gif/discord-8mb - action URL: https://transparentimagegenerator.com/compress-gif/discord-8mb - capabilities: compress - inputs: gif - output formats: gif - credits: 0 (free) - API: live (instant) — POST https://transparentimagegenerator.com/functions/agentApi?tool=compress-gif%2Fdiscord-8mb - parameters: - source_url (string/uri, required) — Public http(s) URL of the input file (max 15 MB) - quality (integer, 1–100, default 70) — Palette quality — lower = smaller file - max_width (integer, 16–2048) — Downscale so width ≤ this value - frame_step (integer, 1–4, default 1) — Keep every Nth frame (2 = half the frames) - example: curl -X POST 'https://transparentimagegenerator.com/functions/agentApi?tool=compress-gif%2Fdiscord-8mb' -H 'Content-Type: application/json' -d '{"source_url":"https://example.com/input.gif","quality":60,"max_width":480}' ### Compress GIF for Twitter Fit GIFs to X/Twitter limits. - slug: compress-gif/for-twitter - page: https://transparentimagegenerator.com/compress-gif/for-twitter - action URL: https://transparentimagegenerator.com/compress-gif/for-twitter - capabilities: compress - inputs: gif - output formats: gif - credits: 0 (free) - API: live (instant) — POST https://transparentimagegenerator.com/functions/agentApi?tool=compress-gif%2Ffor-twitter - parameters: - source_url (string/uri, required) — Public http(s) URL of the input file (max 15 MB) - quality (integer, 1–100, default 70) — Palette quality — lower = smaller file - max_width (integer, 16–2048) — Downscale so width ≤ this value - frame_step (integer, 1–4, default 1) — Keep every Nth frame (2 = half the frames) - example: curl -X POST 'https://transparentimagegenerator.com/functions/agentApi?tool=compress-gif%2Ffor-twitter' -H 'Content-Type: application/json' -d '{"source_url":"https://example.com/input.gif","quality":60,"max_width":480}' ### Compress GIF Without Losing Quality Quality-first GIF compression. - slug: compress-gif/without-losing-quality - page: https://transparentimagegenerator.com/compress-gif/without-losing-quality - action URL: https://transparentimagegenerator.com/compress-gif/without-losing-quality - capabilities: compress - inputs: gif - output formats: gif - credits: 0 (free) - API: live (instant) — POST https://transparentimagegenerator.com/functions/agentApi?tool=compress-gif%2Fwithout-losing-quality - parameters: - source_url (string/uri, required) — Public http(s) URL of the input file (max 15 MB) - quality (integer, 1–100, default 70) — Palette quality — lower = smaller file - max_width (integer, 16–2048) — Downscale so width ≤ this value - frame_step (integer, 1–4, default 1) — Keep every Nth frame (2 = half the frames) - example: curl -X POST 'https://transparentimagegenerator.com/functions/agentApi?tool=compress-gif%2Fwithout-losing-quality' -H 'Content-Type: application/json' -d '{"source_url":"https://example.com/input.gif","quality":60,"max_width":480}' ### GIF Bridge Bridge two GIFs with generated transition frames. - slug: gif-bridge - page: https://transparentimagegenerator.com/gif-bridge - action URL: https://transparentimagegenerator.com/gif-bridge - capabilities: animate, repair - inputs: gif - output formats: gif - credits: varies (see page) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### GIF Fixer Repair edges, contain motion and reduce jitter. - slug: gif-fixer - page: https://transparentimagegenerator.com/gif-fixer - action URL: https://transparentimagegenerator.com/gif-fixer - capabilities: repair, clean - inputs: gif - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### GIF Interpolator AI frame interpolation to 60/120 fps. - slug: gif-interpolator - page: https://transparentimagegenerator.com/gif-interpolator - action URL: https://transparentimagegenerator.com/gif-interpolator - capabilities: animate - inputs: gif - output formats: gif - credits: varies (see page) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### GIF Mobile Optimizer Scale the subject smaller within the same canvas. - slug: gif-mobile-optimizer - page: https://transparentimagegenerator.com/gif-mobile-optimizer - action URL: https://transparentimagegenerator.com/gif-mobile-optimizer - capabilities: resize - inputs: gif - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### GIF Motion Optimizer Smooth and stabilize GIF motion. - slug: gif-motion-optimizer - page: https://transparentimagegenerator.com/gif-motion-optimizer - action URL: https://transparentimagegenerator.com/gif-motion-optimizer - capabilities: repair - inputs: gif - output formats: gif - credits: varies (see page) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### GIF Optimizer Compare Gifsicle presets, reduce palette, trim and resize — shares the full compressor. - slug: gif-optimizer - page: https://transparentimagegenerator.com/gif-optimizer - action URL: https://transparentimagegenerator.com/gif-optimizer - capabilities: compress - inputs: gif - output formats: gif - credits: 0 (free) - API: live (instant) — POST https://transparentimagegenerator.com/functions/agentApi?tool=gif-optimizer - parameters: - source_url (string/uri, required) — Public http(s) URL of the input file (max 15 MB) - quality (integer, 1–100, default 70) — Palette quality — lower = smaller file - max_width (integer, 16–2048) — Downscale so width ≤ this value - frame_step (integer, 1–4, default 1) — Keep every Nth frame (2 = half the frames) - example: curl -X POST 'https://transparentimagegenerator.com/functions/agentApi?tool=gif-optimizer' -H 'Content-Type: application/json' -d '{"source_url":"https://example.com/input.gif","quality":60,"max_width":480}' ### GIF Upscaler Upscale GIFs with AI. - slug: gif-upscaler - page: https://transparentimagegenerator.com/gif-upscaler - action URL: https://transparentimagegenerator.com/gif-upscaler - capabilities: upscale - inputs: gif - output formats: gif - credits: varies (see page) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Nano Interpolator AI-aware frame interpolation up to 8×. - slug: nano-interpolator - page: https://transparentimagegenerator.com/nano-interpolator - action URL: https://transparentimagegenerator.com/nano-interpolator - capabilities: animate - inputs: gif - output formats: gif - credits: varies (see page) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ## GIF & Animation ### Advanced GIF Generator GIF generation with advanced motion controls. - slug: gif-generator-advanced - page: https://transparentimagegenerator.com/gif-generator-advanced - action URL: https://transparentimagegenerator.com/gif-generator-advanced?prompt={prompt} - capabilities: generate, animate - inputs: text, image - output formats: gif - credits: varies (see page) - API: browser only — use the action URL - parameters: - prompt (string, ≤1000 chars) — Text prompt (pre-fills the tool page) - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### AI GIF Studio Text-to-GIF studio with advanced settings. - slug: ai-gif-studio - page: https://transparentimagegenerator.com/ai-gif-studio - action URL: https://transparentimagegenerator.com/ai-gif-studio?prompt={prompt} - capabilities: generate, animate - inputs: text - output formats: gif - credits: varies (see page) - API: browser only — use the action URL - parameters: - prompt (string, ≤1000 chars) — Text prompt (pre-fills the tool page) ### Animate My Image Bring a still image to life as a GIF. - slug: animate-my-image - page: https://transparentimagegenerator.com/animate-my-image - action URL: https://transparentimagegenerator.com/animate-my-image - capabilities: animate - inputs: image - output formats: gif - credits: varies (see page) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Animated GIF Maker Make animated GIFs from images. - slug: animated-gif-maker - page: https://transparentimagegenerator.com/animated-gif-maker - action URL: https://transparentimagegenerator.com/animated-gif-maker - capabilities: animate - inputs: frames - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Avatar GIF Animated avatar GIFs from a photo. - slug: avatar-gif - page: https://transparentimagegenerator.com/avatar-gif - action URL: https://transparentimagegenerator.com/avatar-gif - capabilities: animate - inputs: image - output formats: gif - credits: varies (see page) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Create GIF Quick GIF creation from a prompt. - slug: create-gif - page: https://transparentimagegenerator.com/create-gif - action URL: https://transparentimagegenerator.com/create-gif?prompt={prompt} - capabilities: generate, animate - inputs: text - output formats: gif - credits: varies (see page) - API: browser only — use the action URL - parameters: - prompt (string, ≤1000 chars) — Text prompt (pre-fills the tool page) ### Frames to GIF Alternate URL for PNG to GIF. - slug: frames-to-gif - page: https://transparentimagegenerator.com/frames-to-gif - action URL: https://transparentimagegenerator.com/frames-to-gif - capabilities: animate, convert - inputs: frames - output formats: gif - credits: 0 (free) - API: live (instant) — POST https://transparentimagegenerator.com/functions/agentApi?tool=frames-to-gif - parameters: - source_urls (array, 2–120 items, required) — Ordered frame image URLs - fps (integer, 1–50, default 10) — Frames per second - width (integer, 16–1024) — Output width (defaults to first frame width) - example: curl -X POST 'https://transparentimagegenerator.com/functions/agentApi?tool=frames-to-gif' -H 'Content-Type: application/json' -d '{"source_urls":["https://example.com/f1.png","https://example.com/f2.png"],"fps":12}' ### Free GIF Maker Free in-browser GIF maker. - slug: free-gif-maker - page: https://transparentimagegenerator.com/free-gif-maker - action URL: https://transparentimagegenerator.com/free-gif-maker - capabilities: animate - inputs: frames - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### GIF Builder Build a GIF from uploaded frames. - slug: gif-builder - page: https://transparentimagegenerator.com/gif-builder - action URL: https://transparentimagegenerator.com/gif-builder - capabilities: animate - inputs: frames - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### GIF Generator Simple text-to-GIF generator. - slug: gif-generator - page: https://transparentimagegenerator.com/gif-generator - action URL: https://transparentimagegenerator.com/gif-generator?prompt={prompt} - capabilities: generate, animate - inputs: text - output formats: gif - credits: varies (see page) - API: browser only — use the action URL - parameters: - prompt (string, ≤1000 chars) — Text prompt (pre-fills the tool page) ### GPT Image 2 GIF Animated GIFs powered by GPT Image 2. - slug: gpt-image-2-gif - page: https://transparentimagegenerator.com/gpt-image-2-gif - action URL: https://transparentimagegenerator.com/gpt-image-2-gif?prompt={prompt} - capabilities: generate, animate - inputs: text - output formats: gif - credits: varies (see page) - API: browser only — use the action URL - parameters: - prompt (string, ≤1000 chars) — Text prompt (pre-fills the tool page) ### Image Sequence to GIF Alternate URL for PNG to GIF. - slug: image-sequence-to-gif - page: https://transparentimagegenerator.com/image-sequence-to-gif - action URL: https://transparentimagegenerator.com/image-sequence-to-gif - capabilities: animate, convert - inputs: frames - output formats: gif - credits: 0 (free) - API: live (instant) — POST https://transparentimagegenerator.com/functions/agentApi?tool=image-sequence-to-gif - parameters: - source_urls (array, 2–120 items, required) — Ordered frame image URLs - fps (integer, 1–50, default 10) — Frames per second - width (integer, 16–1024) — Output width (defaults to first frame width) - example: curl -X POST 'https://transparentimagegenerator.com/functions/agentApi?tool=image-sequence-to-gif' -H 'Content-Type: application/json' -d '{"source_urls":["https://example.com/f1.png","https://example.com/f2.png"],"fps":12}' ### Motion Layer Studio Animated transparent text and image layers. - slug: motion-layer-studio - page: https://transparentimagegenerator.com/motion-layer-studio - action URL: https://transparentimagegenerator.com/motion-layer-studio?prompt={prompt} - capabilities: animate - inputs: text, image - output formats: gif, webp - credits: 0 (free) - API: browser only — use the action URL - parameters: - prompt (string, ≤1000 chars) — Text prompt (pre-fills the tool page) - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### PNG to GIF Turn a PNG sequence into an animated GIF. - slug: png-to-gif - page: https://transparentimagegenerator.com/png-to-gif - action URL: https://transparentimagegenerator.com/png-to-gif - capabilities: animate, convert - inputs: frames - output formats: gif - credits: 0 (free) - API: live (instant) — POST https://transparentimagegenerator.com/functions/agentApi?tool=png-to-gif - parameters: - source_urls (array, 2–120 items, required) — Ordered frame image URLs - fps (integer, 1–50, default 10) — Frames per second - width (integer, 16–1024) — Output width (defaults to first frame width) - example: curl -X POST 'https://transparentimagegenerator.com/functions/agentApi?tool=png-to-gif' -H 'Content-Type: application/json' -d '{"source_urls":["https://example.com/f1.png","https://example.com/f2.png"],"fps":12}' ### Scripted GIF Frame-by-frame scripted animations. - slug: gif-scripted - page: https://transparentimagegenerator.com/gif-scripted - action URL: https://transparentimagegenerator.com/gif-scripted?prompt={prompt} - capabilities: generate, animate - inputs: text - output formats: gif - credits: varies (see page) - API: browser only — use the action URL - parameters: - prompt (string, ≤1000 chars) — Text prompt (pre-fills the tool page) ### Seamless GIF Studio Video → frames → background removal → compress → export. - slug: seamless-gif-studio - page: https://transparentimagegenerator.com/seamless-gif-studio - action URL: https://transparentimagegenerator.com/seamless-gif-studio - capabilities: animate, remove-bg, compress - inputs: video - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Transparent GIF Generator Animate any subject into a transparent GIF. - slug: transparent-gif-generator - page: https://transparentimagegenerator.com/transparent-gif-generator - action URL: https://transparentimagegenerator.com/transparent-gif-generator?prompt={prompt} - capabilities: generate, animate - inputs: text, image - output formats: gif, webp, apng - credits: varies (see page) - API: browser only — use the action URL - parameters: - prompt (string, ≤1000 chars) — Text prompt (pre-fills the tool page) - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Transparent GIF Generator v2 (legacy) Legacy v2 of the transparent GIF generator. - slug: transparent-gif-generator-v2 - page: https://transparentimagegenerator.com/transparent-gif-generator-v2 - action URL: https://transparentimagegenerator.com/transparent-gif-generator-v2?prompt={prompt} - capabilities: generate, animate - inputs: text - output formats: gif - credits: varies (see page) - API: browser only — use the action URL - parameters: - prompt (string, ≤1000 chars) — Text prompt (pre-fills the tool page) ### Transparent GIF Maker Make GIFs with transparent backgrounds. - slug: transparent-gif-maker - page: https://transparentimagegenerator.com/transparent-gif-maker - action URL: https://transparentimagegenerator.com/transparent-gif-maker - capabilities: animate, remove-bg - inputs: image, video - output formats: gif - credits: varies (see page) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ## GIF Editor ### Add Text to GIF Place captions on a GIF. - slug: gif-editor/add-text - page: https://transparentimagegenerator.com/gif-editor/add-text - action URL: https://transparentimagegenerator.com/gif-editor/add-text - capabilities: edit - inputs: gif - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Change GIF Speed Speed up or slow down a GIF. - slug: gif-editor/speed - page: https://transparentimagegenerator.com/gif-editor/speed - action URL: https://transparentimagegenerator.com/gif-editor/speed - capabilities: edit - inputs: gif - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Combine GIFs Stitch multiple GIFs together. - slug: gif-editor/combine - page: https://transparentimagegenerator.com/gif-editor/combine - action URL: https://transparentimagegenerator.com/gif-editor/combine - capabilities: edit - inputs: gif - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Crop GIF Crop a GIF online. - slug: crop-gif - page: https://transparentimagegenerator.com/crop-gif - action URL: https://transparentimagegenerator.com/crop-gif - capabilities: resize - inputs: gif - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Crop GIF (editor) Visually crop a GIF. - slug: gif-editor/crop - page: https://transparentimagegenerator.com/gif-editor/crop - action URL: https://transparentimagegenerator.com/gif-editor/crop - capabilities: resize - inputs: gif - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Cut GIF Frames Cut out specific frames. - slug: gif-editor/cut-frames - page: https://transparentimagegenerator.com/gif-editor/cut-frames - action URL: https://transparentimagegenerator.com/gif-editor/cut-frames - capabilities: edit - inputs: gif - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Editor: Video to GIF Video to GIF inside the editor suite. - slug: gif-editor/video-to-gif - page: https://transparentimagegenerator.com/gif-editor/video-to-gif - action URL: https://transparentimagegenerator.com/gif-editor/video-to-gif - capabilities: convert - inputs: video - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Full GIF Editor Timeline, keyframes, layers and filters. - slug: editor - page: https://transparentimagegenerator.com/editor - action URL: https://transparentimagegenerator.com/editor - capabilities: edit - inputs: gif, video - output formats: gif, webp - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### GIF Editor Hub Every free GIF editing tool. - slug: gif-editor - page: https://transparentimagegenerator.com/gif-editor - action URL: https://transparentimagegenerator.com/gif-editor - capabilities: edit - inputs: gif - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### GIF Effects Filters like grayscale, sepia and blur. - slug: gif-editor/effects - page: https://transparentimagegenerator.com/gif-editor/effects - action URL: https://transparentimagegenerator.com/gif-editor/effects - capabilities: restyle - inputs: gif - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Resize GIF Resize a GIF or image. - slug: gif-editor/resize - page: https://transparentimagegenerator.com/gif-editor/resize - action URL: https://transparentimagegenerator.com/gif-editor/resize - capabilities: resize - inputs: gif - output formats: gif, png, jpg - credits: 0 (free) - API: live (instant) — POST https://transparentimagegenerator.com/functions/agentApi?tool=gif-editor%2Fresize - parameters: - source_url (string/uri, required) — Public http(s) URL of the input file (max 15 MB) - width (integer, 16–2048, required) — Target width in px - height (integer, 16–2048) — Target height in px (omit to keep aspect ratio) - example: curl -X POST 'https://transparentimagegenerator.com/functions/agentApi?tool=gif-editor%2Fresize' -H 'Content-Type: application/json' -d '{"source_url":"https://example.com/input.gif","width":320}' ### Reverse GIF Play a GIF backwards. - slug: gif-editor/reverse - page: https://transparentimagegenerator.com/gif-editor/reverse - action URL: https://transparentimagegenerator.com/gif-editor/reverse - capabilities: edit - inputs: gif - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Rotate GIF Rotate a GIF 90/180/270°. - slug: gif-editor/rotate - page: https://transparentimagegenerator.com/gif-editor/rotate - action URL: https://transparentimagegenerator.com/gif-editor/rotate - capabilities: edit - inputs: gif - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ## GIF Remix & Effects ### 3D GIF Remix Restyle a GIF as 3D. - slug: gif-remix-3d - page: https://transparentimagegenerator.com/gif-remix-3d - action URL: https://transparentimagegenerator.com/gif-remix-3d - capabilities: restyle - inputs: gif - output formats: gif - credits: varies (see page) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Anime GIF Remix Restyle a GIF in anime style. - slug: gif-remix-anime - page: https://transparentimagegenerator.com/gif-remix-anime - action URL: https://transparentimagegenerator.com/gif-remix-anime - capabilities: restyle - inputs: gif - output formats: gif - credits: varies (see page) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Collage Maker Build multi-image collages. - slug: collage-builder - page: https://transparentimagegenerator.com/collage-builder - action URL: https://transparentimagegenerator.com/collage-builder - capabilities: edit - inputs: image, gif - output formats: gif, png - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Emoji 3D Boosted 3D-boosted emoji animations. - slug: emoji-3d-boosted - page: https://transparentimagegenerator.com/emoji-3d-boosted - action URL: https://transparentimagegenerator.com/emoji-3d-boosted - capabilities: restyle - inputs: gif - output formats: gif - credits: varies (see page) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Emoji GIF Remix Restyle a GIF as an emoji. - slug: gif-remix-emoji - page: https://transparentimagegenerator.com/gif-remix-emoji - action URL: https://transparentimagegenerator.com/gif-remix-emoji - capabilities: restyle - inputs: gif - output formats: gif - credits: varies (see page) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Emoji Sprite Upgrader Upgrade emoji sprite sheets. - slug: emoji-sprite-upgrader - page: https://transparentimagegenerator.com/emoji-sprite-upgrader - action URL: https://transparentimagegenerator.com/emoji-sprite-upgrader - capabilities: restyle, upscale - inputs: sprite_sheet - output formats: sprite_sheet - credits: varies (see page) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### GIF Pixelator Pixel-art look for any GIF. - slug: gif-pixelator - page: https://transparentimagegenerator.com/gif-pixelator - action URL: https://transparentimagegenerator.com/gif-pixelator - capabilities: restyle - inputs: gif - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Hologram Effect Cyan scanline hologram remix. - slug: gif-hologram - page: https://transparentimagegenerator.com/gif-hologram - action URL: https://transparentimagegenerator.com/gif-hologram - capabilities: restyle - inputs: gif - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Sprite Overlay Layer effects on animated sprites and GIFs. - slug: sprite-overlay - page: https://transparentimagegenerator.com/sprite-overlay - action URL: https://transparentimagegenerator.com/sprite-overlay - capabilities: edit - inputs: gif, sprite_sheet - output formats: gif, png - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ## Image Generators ### All Generators Hub of every AI generator. - slug: generators - page: https://transparentimagegenerator.com/generators - action URL: https://transparentimagegenerator.com/generators?prompt={prompt} - capabilities: generate, browse - inputs: text - output formats: none - credits: 0 (free) - API: browser only — use the action URL - parameters: - prompt (string, ≤1000 chars) — Text prompt (pre-fills the tool page) ### Logo Generator Create transparent logos from a brand description. - slug: logo-generator - page: https://transparentimagegenerator.com/logo-generator - action URL: https://transparentimagegenerator.com/logo-generator?prompt={prompt} - capabilities: generate - inputs: text - output formats: png - credits: 3 - API: live (async job) — POST https://transparentimagegenerator.com/functions/agentApi?tool=logo-generator - parameters: - prompt (string, ≤1000 chars, required) — What to generate - style (string, one of: Minimal | Vintage | Streetwear | Luxury | Funny | Bold | Anime | Logo | Sticker | Neon, default "Minimal") — Visual style - use_case (string, one of: General | Logo | T-Shirt | Sticker | Overlay, default "General") — Intended use - example: curl -X POST 'https://transparentimagegenerator.com/functions/agentApi?tool=logo-generator' -H 'Content-Type: application/json' -H 'X-Api-Key: tig_YOUR_KEY' -d '{"prompt":"a cute cartoon fox mascot waving","style":"Sticker"}' ### Product Builder Turn designs into print-on-demand merch. - slug: product-builder - page: https://transparentimagegenerator.com/product-builder - action URL: https://transparentimagegenerator.com/product-builder - capabilities: generate - inputs: image - output formats: png - credits: varies (see page) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Sticker Generator Die-cut style transparent stickers from text. - slug: sticker-generator - page: https://transparentimagegenerator.com/sticker-generator - action URL: https://transparentimagegenerator.com/sticker-generator?prompt={prompt} - capabilities: generate - inputs: text - output formats: png - credits: 3 - API: live (async job) — POST https://transparentimagegenerator.com/functions/agentApi?tool=sticker-generator - parameters: - prompt (string, ≤1000 chars, required) — What to generate - style (string, one of: Minimal | Vintage | Streetwear | Luxury | Funny | Bold | Anime | Logo | Sticker | Neon, default "Minimal") — Visual style - use_case (string, one of: General | Logo | T-Shirt | Sticker | Overlay, default "General") — Intended use - example: curl -X POST 'https://transparentimagegenerator.com/functions/agentApi?tool=sticker-generator' -H 'Content-Type: application/json' -H 'X-Api-Key: tig_YOUR_KEY' -d '{"prompt":"a cute cartoon fox mascot waving","style":"Sticker"}' ### Storybook Generator Multi-page illustrated storybooks with consistent characters. - slug: storybook-generator - page: https://transparentimagegenerator.com/storybook-generator - action URL: https://transparentimagegenerator.com/storybook-generator?prompt={prompt} - capabilities: generate - inputs: text - output formats: png - credits: varies (see page) - API: browser only — use the action URL - parameters: - prompt (string, ≤1000 chars) — Text prompt (pre-fills the tool page) ### T-Shirt Design Generator Print-ready transparent T-shirt designs. - slug: tshirt-design-generator - page: https://transparentimagegenerator.com/tshirt-design-generator - action URL: https://transparentimagegenerator.com/tshirt-design-generator?prompt={prompt} - capabilities: generate - inputs: text - output formats: png - credits: 3 - API: live (async job) — POST https://transparentimagegenerator.com/functions/agentApi?tool=tshirt-design-generator - parameters: - prompt (string, ≤1000 chars, required) — What to generate - style (string, one of: Minimal | Vintage | Streetwear | Luxury | Funny | Bold | Anime | Logo | Sticker | Neon, default "Minimal") — Visual style - use_case (string, one of: General | Logo | T-Shirt | Sticker | Overlay, default "General") — Intended use - example: curl -X POST 'https://transparentimagegenerator.com/functions/agentApi?tool=tshirt-design-generator' -H 'Content-Type: application/json' -H 'X-Api-Key: tig_YOUR_KEY' -d '{"prompt":"a cute cartoon fox mascot waving","style":"Sticker"}' ### T-Shirt Designer (old URL) (legacy) Older URL for the T-shirt design generator. - slug: tshirt-designer - page: https://transparentimagegenerator.com/tshirt-designer - action URL: https://transparentimagegenerator.com/tshirt-designer?prompt={prompt} - capabilities: generate - inputs: text - output formats: png - credits: varies (see page) - API: browser only — use the action URL - parameters: - prompt (string, ≤1000 chars) — Text prompt (pre-fills the tool page) ### Transparent Image Creator (legacy) Older URL for the transparent image generator. - slug: transparent-image-creator - page: https://transparentimagegenerator.com/transparent-image-creator - action URL: https://transparentimagegenerator.com/transparent-image-creator?prompt={prompt} - capabilities: generate - inputs: text - output formats: png - credits: varies (see page) - API: browser only — use the action URL - parameters: - prompt (string, ≤1000 chars) — Text prompt (pre-fills the tool page) ### Transparent Image Generator Generate transparent PNGs from a text prompt. - slug: generator - page: https://transparentimagegenerator.com/generator - action URL: https://transparentimagegenerator.com/generator?prompt={prompt} - capabilities: generate - inputs: text - output formats: png - credits: 3 - API: live (async job) — POST https://transparentimagegenerator.com/functions/agentApi?tool=generator - parameters: - prompt (string, ≤1000 chars, required) — What to generate - style (string, one of: Minimal | Vintage | Streetwear | Luxury | Funny | Bold | Anime | Logo | Sticker | Neon, default "Minimal") — Visual style - use_case (string, one of: General | Logo | T-Shirt | Sticker | Overlay, default "General") — Intended use - example: curl -X POST 'https://transparentimagegenerator.com/functions/agentApi?tool=generator' -H 'Content-Type: application/json' -H 'X-Api-Key: tig_YOUR_KEY' -d '{"prompt":"a cute cartoon fox mascot waving","style":"Sticker"}' ### Transparent Image Generator (old) (legacy) Legacy version of the transparent image generator. - slug: generator-old - page: https://transparentimagegenerator.com/generator-old - action URL: https://transparentimagegenerator.com/generator-old?prompt={prompt} - capabilities: generate - inputs: text - output formats: png - credits: varies (see page) - API: browser only — use the action URL - parameters: - prompt (string, ≤1000 chars) — Text prompt (pre-fills the tool page) ### Transparent Image Generator v2 (legacy) Legacy v2 of the transparent image generator. - slug: generator-v2 - page: https://transparentimagegenerator.com/generator-v2 - action URL: https://transparentimagegenerator.com/generator-v2?prompt={prompt} - capabilities: generate - inputs: text - output formats: png - credits: varies (see page) - API: browser only — use the action URL - parameters: - prompt (string, ≤1000 chars) — Text prompt (pre-fills the tool page) ### Transparent Photo Generator Photo-realistic subjects on a transparent background. - slug: transparent-photo-generator - page: https://transparentimagegenerator.com/transparent-photo-generator - action URL: https://transparentimagegenerator.com/transparent-photo-generator?prompt={prompt} - capabilities: generate - inputs: text - output formats: png - credits: 3 - API: live (async job) — POST https://transparentimagegenerator.com/functions/agentApi?tool=transparent-photo-generator - parameters: - prompt (string, ≤1000 chars, required) — What to generate - style (string, one of: Minimal | Vintage | Streetwear | Luxury | Funny | Bold | Anime | Logo | Sticker | Neon, default "Minimal") — Visual style - use_case (string, one of: General | Logo | T-Shirt | Sticker | Overlay, default "General") — Intended use - example: curl -X POST 'https://transparentimagegenerator.com/functions/agentApi?tool=transparent-photo-generator' -H 'Content-Type: application/json' -H 'X-Api-Key: tig_YOUR_KEY' -d '{"prompt":"a cute cartoon fox mascot waving","style":"Sticker"}' ### Transparent PNG Creator (legacy) Older URL for the transparent image generator. - slug: transparent-png-creator - page: https://transparentimagegenerator.com/transparent-png-creator - action URL: https://transparentimagegenerator.com/transparent-png-creator?prompt={prompt} - capabilities: generate - inputs: text - output formats: png - credits: varies (see page) - API: browser only — use the action URL - parameters: - prompt (string, ≤1000 chars) — Text prompt (pre-fills the tool page) ## Landing Pages & Guides ### Etsy Digital Download Create sellable digital downloads for Etsy. - slug: etsy-digital-download - page: https://transparentimagegenerator.com/etsy-digital-download - action URL: https://transparentimagegenerator.com/etsy-digital-download?prompt={prompt} - capabilities: generate - inputs: text - output formats: png, gif - credits: varies (see page) - API: browser only — use the action URL - parameters: - prompt (string, ≤1000 chars) — Text prompt (pre-fills the tool page) ### Get Started Product overview landing page. - slug: start - page: https://transparentimagegenerator.com/start - action URL: https://transparentimagegenerator.com/start - capabilities: browse - inputs: none - output formats: none - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### GIF Builders Home gifbuilders.com homepage. - slug: gif-builders-home - page: https://transparentimagegenerator.com/gif-builders-home - action URL: https://transparentimagegenerator.com/gif-builders-home - capabilities: browse - inputs: none - output formats: none - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### GIF Overlay Maker Transparent overlay GIFs for video and streams. - slug: gif-overlay - page: https://transparentimagegenerator.com/gif-overlay - action URL: https://transparentimagegenerator.com/gif-overlay?prompt={prompt} - capabilities: generate, animate - inputs: text - output formats: gif - credits: varies (see page) - API: browser only — use the action URL - parameters: - prompt (string, ≤1000 chars) — Text prompt (pre-fills the tool page) ### GIF with Transparency Guide + tool for GIFs with transparency. - slug: gif-with-transparency - page: https://transparentimagegenerator.com/gif-with-transparency - action URL: https://transparentimagegenerator.com/gif-with-transparency - capabilities: remove-bg - inputs: gif - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Sublimation PNG Transparent PNGs for sublimation printing. - slug: sublimation-png - page: https://transparentimagegenerator.com/sublimation-png - action URL: https://transparentimagegenerator.com/sublimation-png?prompt={prompt} - capabilities: generate - inputs: text - output formats: png - credits: 3 - API: live (async job) — POST https://transparentimagegenerator.com/functions/agentApi?tool=sublimation-png - parameters: - prompt (string, ≤1000 chars, required) — What to generate - style (string, one of: Minimal | Vintage | Streetwear | Luxury | Funny | Bold | Anime | Logo | Sticker | Neon, default "Minimal") — Visual style - use_case (string, one of: General | Logo | T-Shirt | Sticker | Overlay, default "General") — Intended use - example: curl -X POST 'https://transparentimagegenerator.com/functions/agentApi?tool=sublimation-png' -H 'Content-Type: application/json' -H 'X-Api-Key: tig_YOUR_KEY' -d '{"prompt":"a cute cartoon fox mascot waving","style":"Sticker"}' ### Transparent Confetti GIF Confetti overlay GIFs. - slug: transparent-confetti-gif - page: https://transparentimagegenerator.com/transparent-confetti-gif - action URL: https://transparentimagegenerator.com/transparent-confetti-gif?prompt={prompt} - capabilities: generate, animate - inputs: text - output formats: gif - credits: varies (see page) - API: browser only — use the action URL - parameters: - prompt (string, ≤1000 chars) — Text prompt (pre-fills the tool page) ### Transparent Fire GIF Fire effect GIFs with transparency. - slug: transparent-fire-gif - page: https://transparentimagegenerator.com/transparent-fire-gif - action URL: https://transparentimagegenerator.com/transparent-fire-gif?prompt={prompt} - capabilities: generate, animate - inputs: text - output formats: gif - credits: varies (see page) - API: browser only — use the action URL - parameters: - prompt (string, ≤1000 chars) — Text prompt (pre-fills the tool page) ### Transparent GIF Make any GIF transparent. - slug: transparent-gif - page: https://transparentimagegenerator.com/transparent-gif - action URL: https://transparentimagegenerator.com/transparent-gif - capabilities: animate, remove-bg - inputs: gif - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Transparent Smoke GIF Smoke overlay GIFs. - slug: transparent-smoke-gif - page: https://transparentimagegenerator.com/transparent-smoke-gif - action URL: https://transparentimagegenerator.com/transparent-smoke-gif?prompt={prompt} - capabilities: generate, animate - inputs: text - output formats: gif - credits: varies (see page) - API: browser only — use the action URL - parameters: - prompt (string, ≤1000 chars) — Text prompt (pre-fills the tool page) ### Use Case Selector Find the right tool for your use case. - slug: use-case-selector - page: https://transparentimagegenerator.com/use-case-selector - action URL: https://transparentimagegenerator.com/use-case-selector - capabilities: browse - inputs: none - output formats: none - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Video GIF Maker Home videogifmaker.com homepage. - slug: video-gif-home - page: https://transparentimagegenerator.com/video-gif-home - action URL: https://transparentimagegenerator.com/video-gif-home - capabilities: browse - inputs: none - output formats: none - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ## Libraries & Galleries ### Animated Icons Hover-interactive animated icon library. - slug: animated-icons - page: https://transparentimagegenerator.com/animated-icons - action URL: https://transparentimagegenerator.com/animated-icons - capabilities: browse - inputs: none - output formats: none - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Browse GIFs Search GIFs. - slug: gif-search - page: https://transparentimagegenerator.com/gif-search - action URL: https://transparentimagegenerator.com/gif-search?prompt={prompt} - capabilities: browse - inputs: text - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - prompt (string, ≤1000 chars) — Text prompt (pre-fills the tool page) ### Community Gallery Featured community creations. - slug: community-gallery - page: https://transparentimagegenerator.com/community-gallery - action URL: https://transparentimagegenerator.com/community-gallery - capabilities: browse - inputs: none - output formats: gif, png - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Discover Feed Latest creations from creators you follow. - slug: discover-feed - page: https://transparentimagegenerator.com/discover-feed - action URL: https://transparentimagegenerator.com/discover-feed - capabilities: browse - inputs: none - output formats: gif, png - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### GIF Discovery GIF discovery homepage. - slug: discover - page: https://transparentimagegenerator.com/discover - action URL: https://transparentimagegenerator.com/discover - capabilities: browse - inputs: none - output formats: none - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### GIF Library Wall of community transparent GIFs. - slug: gif-library - page: https://transparentimagegenerator.com/gif-library - action URL: https://transparentimagegenerator.com/gif-library - capabilities: browse - inputs: none - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### GIF Library (masonry) (legacy) Legacy masonry GIF library. - slug: gif-library-masonry - page: https://transparentimagegenerator.com/gif-library-masonry - action URL: https://transparentimagegenerator.com/gif-library-masonry - capabilities: browse - inputs: none - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### GIF Library Gallery Full gallery view of the GIF library. - slug: transparent-gif-library/gallery - page: https://transparentimagegenerator.com/transparent-gif-library/gallery - action URL: https://transparentimagegenerator.com/transparent-gif-library/gallery - capabilities: browse - inputs: none - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### GIF Packs Curated themed GIF packs. - slug: packs - page: https://transparentimagegenerator.com/packs - action URL: https://transparentimagegenerator.com/packs - capabilities: browse - inputs: none - output formats: gif, zip - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Remix Gallery Remix any community GIF. - slug: remix-gallery - page: https://transparentimagegenerator.com/remix-gallery - action URL: https://transparentimagegenerator.com/remix-gallery - capabilities: browse, restyle - inputs: gif - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Shop Merch store. - slug: store - page: https://transparentimagegenerator.com/store - action URL: https://transparentimagegenerator.com/store - capabilities: browse - inputs: none - output formats: none - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Sprite Sheet Library Browse AI-generated sprite sheets. - slug: sprite-sheet-library - page: https://transparentimagegenerator.com/sprite-sheet-library - action URL: https://transparentimagegenerator.com/sprite-sheet-library - capabilities: browse - inputs: none - output formats: sprite_sheet, png, json - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Sticker Wall Community sticker GIFs. - slug: sticker-gallery - page: https://transparentimagegenerator.com/sticker-gallery - action URL: https://transparentimagegenerator.com/sticker-gallery - capabilities: browse - inputs: none - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Transparent GIF Library Browse transparent GIFs by category. - slug: transparent-gif-library - page: https://transparentimagegenerator.com/transparent-gif-library - action URL: https://transparentimagegenerator.com/transparent-gif-library - capabilities: browse - inputs: none - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Transparent PNG Library Browse transparent PNG assets. - slug: transparent-png-library - page: https://transparentimagegenerator.com/transparent-png-library - action URL: https://transparentimagegenerator.com/transparent-png-library - capabilities: browse - inputs: none - output formats: png - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ## Resources ### About About TransparentImageGenerator. - slug: about - page: https://transparentimagegenerator.com/about - action URL: https://transparentimagegenerator.com/about - capabilities: browse - inputs: none - output formats: none - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Agent API & Docs TIG is built for AI agents and workflows: JSON API, tools.json, llms.txt, OpenAPI spec and API keys. - slug: agents - page: https://transparentimagegenerator.com/agents - action URL: https://transparentimagegenerator.com/agents - capabilities: browse - inputs: none - output formats: json - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Blog Guides and tutorials. - slug: blog - page: https://transparentimagegenerator.com/blog - action URL: https://transparentimagegenerator.com/blog - capabilities: browse - inputs: none - output formats: none - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Blog Archive Older blog index. - slug: blog-archive - page: https://transparentimagegenerator.com/blog-archive - action URL: https://transparentimagegenerator.com/blog-archive - capabilities: browse - inputs: none - output formats: none - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Compare Tools How we compare to other tools. - slug: compare - page: https://transparentimagegenerator.com/compare - action URL: https://transparentimagegenerator.com/compare - capabilities: browse - inputs: none - output formats: none - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Forum Community forum. - slug: community - page: https://transparentimagegenerator.com/community - action URL: https://transparentimagegenerator.com/community - capabilities: browse - inputs: none - output formats: none - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Free Tools Every no-credit tool. - slug: free-tools - page: https://transparentimagegenerator.com/free-tools - action URL: https://transparentimagegenerator.com/free-tools - capabilities: browse - inputs: none - output formats: none - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### How-To Guides Step-by-step how-to articles. - slug: how-to - page: https://transparentimagegenerator.com/how-to - action URL: https://transparentimagegenerator.com/how-to - capabilities: browse - inputs: none - output formats: none - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Knowledge Graph Alternate URL for the workflow page. - slug: knowledge-graph - page: https://transparentimagegenerator.com/knowledge-graph - action URL: https://transparentimagegenerator.com/knowledge-graph - capabilities: browse - inputs: none - output formats: none - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Pricing Plans and credit packs. - slug: pricing - page: https://transparentimagegenerator.com/pricing - action URL: https://transparentimagegenerator.com/pricing - capabilities: browse - inputs: none - output formats: none - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Sitemap Every page on the site. - slug: sitemap - page: https://transparentimagegenerator.com/sitemap - action URL: https://transparentimagegenerator.com/sitemap - capabilities: browse - inputs: none - output formats: none - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Tool Guides How-to guide for every tool. - slug: tools - page: https://transparentimagegenerator.com/tools - action URL: https://transparentimagegenerator.com/tools - capabilities: browse - inputs: none - output formats: none - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Workflow & Knowledge Graph How the tools connect. - slug: workflow - page: https://transparentimagegenerator.com/workflow - action URL: https://transparentimagegenerator.com/workflow - capabilities: browse - inputs: none - output formats: none - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ## Sprite Sheets ### Advanced Sprite Generator Multi-agent sprite generation with keyframes. - slug: advanced-sprite-generator - page: https://transparentimagegenerator.com/advanced-sprite-generator - action URL: https://transparentimagegenerator.com/advanced-sprite-generator?prompt={prompt} - capabilities: generate, animate - inputs: text, image - output formats: sprite_sheet, gif - credits: varies (see page) - API: browser only — use the action URL - parameters: - prompt (string, ≤1000 chars) — Text prompt (pre-fills the tool page) - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Pixel Art Studio Draw pixel-art animations in the browser. - slug: pixel-art-studio - page: https://transparentimagegenerator.com/pixel-art-studio - action URL: https://transparentimagegenerator.com/pixel-art-studio - capabilities: edit, animate - inputs: none - output formats: gif, png, json - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Pixel Sprite Generator 8-bit to 32-bit pixel sprites. - slug: pixel-sprite-generator - page: https://transparentimagegenerator.com/pixel-sprite-generator - action URL: https://transparentimagegenerator.com/pixel-sprite-generator?prompt={prompt} - capabilities: generate, animate - inputs: text - output formats: sprite_sheet - credits: varies (see page) - API: browser only — use the action URL - parameters: - prompt (string, ≤1000 chars) — Text prompt (pre-fills the tool page) ### Sprite Animator Upload a character and AI animates it. - slug: sprite-animator - page: https://transparentimagegenerator.com/sprite-animator - action URL: https://transparentimagegenerator.com/sprite-animator - capabilities: animate - inputs: image - output formats: gif, sprite_sheet - credits: varies (see page) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Sprite Grid Fixer AI-fix misaligned sprite grids. - slug: sprite-sheet-grid-fixer - page: https://transparentimagegenerator.com/sprite-sheet-grid-fixer - action URL: https://transparentimagegenerator.com/sprite-sheet-grid-fixer - capabilities: repair - inputs: sprite_sheet - output formats: sprite_sheet - credits: varies (see page) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Sprite Grid Tool Math grid overlay and clean strip export. - slug: sprite-grid-tool - page: https://transparentimagegenerator.com/sprite-grid-tool - action URL: https://transparentimagegenerator.com/sprite-grid-tool - capabilities: repair - inputs: sprite_sheet - output formats: png, zip - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Sprite Sheet Builder Generate animated sprite sheets. - slug: sprite-sheet-builder - page: https://transparentimagegenerator.com/sprite-sheet-builder - action URL: https://transparentimagegenerator.com/sprite-sheet-builder?prompt={prompt} - capabilities: generate, animate - inputs: text, image - output formats: sprite_sheet - credits: varies (see page) - API: browser only — use the action URL - parameters: - prompt (string, ≤1000 chars) — Text prompt (pre-fills the tool page) - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Sprite Sheet Enhancer AI-enhance sprite sheet quality. - slug: sprite-sheet-enhancer - page: https://transparentimagegenerator.com/sprite-sheet-enhancer - action URL: https://transparentimagegenerator.com/sprite-sheet-enhancer - capabilities: upscale, clean - inputs: sprite_sheet - output formats: png - credits: varies (see page) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Sprite Sheet to GIF Convert a sprite sheet into a GIF. - slug: sprite-sheet-to-gif - page: https://transparentimagegenerator.com/sprite-sheet-to-gif - action URL: https://transparentimagegenerator.com/sprite-sheet-to-gif - capabilities: convert, animate - inputs: sprite_sheet - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Sprite Sheet Upscaler Upscale sprite sheets with AI. - slug: sprite-sheet-upscaler - page: https://transparentimagegenerator.com/sprite-sheet-upscaler - action URL: https://transparentimagegenerator.com/sprite-sheet-upscaler - capabilities: upscale - inputs: sprite_sheet - output formats: sprite_sheet - credits: varies (see page) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ## Utilities ### Color Palette Extractor Pull dominant colors from an image or GIF. - slug: color-palette-extractor - page: https://transparentimagegenerator.com/color-palette-extractor - action URL: https://transparentimagegenerator.com/color-palette-extractor - capabilities: browse - inputs: image, gif - output formats: json - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### EXIF Viewer Inspect image metadata. - slug: exif-viewer - page: https://transparentimagegenerator.com/exif-viewer - action URL: https://transparentimagegenerator.com/exif-viewer - capabilities: browse - inputs: image - output formats: none - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### HEX ↔ RGB Convert between HEX and RGB color codes. - slug: hex-to-rgb - page: https://transparentimagegenerator.com/hex-to-rgb - action URL: https://transparentimagegenerator.com/hex-to-rgb - capabilities: convert - inputs: color - output formats: json - credits: 0 (free) - API: live (instant) — POST https://transparentimagegenerator.com/functions/agentApi?tool=hex-to-rgb - parameters: - color (string, required) — Hex (#ff8800 / #f80) or rgb(255,136,0) - example: curl -X POST 'https://transparentimagegenerator.com/functions/agentApi?tool=hex-to-rgb' -H 'Content-Type: application/json' -d '{"color":"#ff8800"}' ### Image to Data URI Encode an image as a base64 data URI. - slug: image-to-data-uri - page: https://transparentimagegenerator.com/image-to-data-uri - action URL: https://transparentimagegenerator.com/image-to-data-uri - capabilities: convert - inputs: image - output formats: data_uri - credits: 0 (free) - API: live (instant) — POST https://transparentimagegenerator.com/functions/agentApi?tool=image-to-data-uri - parameters: - source_url (string/uri, required) — Public http(s) URL of the image (max 2 MB) - example: curl -X POST 'https://transparentimagegenerator.com/functions/agentApi?tool=image-to-data-uri' -H 'Content-Type: application/json' -d '{"source_url":"https://example.com/icon.png"}' ## Video ### Video Background Remover In-browser AI background removal for video. - slug: video-background-remover - page: https://transparentimagegenerator.com/video-background-remover - action URL: https://transparentimagegenerator.com/video-background-remover - capabilities: remove-bg - inputs: video - output formats: mp4, gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Video Converter All-in-one video to GIF dashboard. - slug: video-converter - page: https://transparentimagegenerator.com/video-converter - action URL: https://transparentimagegenerator.com/video-converter - capabilities: convert, compress - inputs: video - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Video Converter (old) (legacy) Legacy video converter homepage. - slug: video-converter-old - page: https://transparentimagegenerator.com/video-converter-old - action URL: https://transparentimagegenerator.com/video-converter-old - capabilities: convert - inputs: video - output formats: gif, mp4 - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Video GIF Generator Image-to-video turned into a transparent GIF. - slug: video-gif-generator - page: https://transparentimagegenerator.com/video-gif-generator - action URL: https://transparentimagegenerator.com/video-gif-generator - capabilities: generate, animate - inputs: image - output formats: gif - credits: varies (see page) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Video Looper Turn a short clip into a seamless looping GIF. - slug: video-looper - page: https://transparentimagegenerator.com/video-looper - action URL: https://transparentimagegenerator.com/video-looper - capabilities: convert - inputs: video - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Video to Transparent GIF Key out a video background and export a transparent GIF. - slug: video-to-transparent-gif - page: https://transparentimagegenerator.com/video-to-transparent-gif - action URL: https://transparentimagegenerator.com/video-to-transparent-gif - capabilities: convert, remove-bg - inputs: video - output formats: gif, webp, apng - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### YouTube to GIF Grab a clip from a YouTube URL as a GIF. - slug: youtube-to-gif - page: https://transparentimagegenerator.com/youtube-to-gif - action URL: https://transparentimagegenerator.com/youtube-to-gif - capabilities: convert - inputs: video - output formats: gif - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ## Workspace ### Account Plan, credits and settings. - slug: account - page: https://transparentimagegenerator.com/account - action URL: https://transparentimagegenerator.com/account - capabilities: browse - inputs: none - output formats: none - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Achievements XP, levels and badges. - slug: account/achievements - page: https://transparentimagegenerator.com/account/achievements - action URL: https://transparentimagegenerator.com/account/achievements - capabilities: browse - inputs: none - output formats: none - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Favorites Favorited assets. - slug: workspace/favorites - page: https://transparentimagegenerator.com/workspace/favorites - action URL: https://transparentimagegenerator.com/workspace/favorites - capabilities: browse - inputs: none - output formats: none - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### My Avatar GIFs Your avatar GIFs. - slug: my-avatar-gifs - page: https://transparentimagegenerator.com/my-avatar-gifs - action URL: https://transparentimagegenerator.com/my-avatar-gifs - capabilities: browse - inputs: none - output formats: none - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### My Collages Your collages. - slug: my-collages - page: https://transparentimagegenerator.com/my-collages - action URL: https://transparentimagegenerator.com/my-collages - capabilities: browse - inputs: none - output formats: none - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### My Designs Everything you generated. - slug: my-designs - page: https://transparentimagegenerator.com/my-designs - action URL: https://transparentimagegenerator.com/my-designs - capabilities: browse - inputs: none - output formats: none - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### My Products Your merch products. - slug: my-products - page: https://transparentimagegenerator.com/my-products - action URL: https://transparentimagegenerator.com/my-products - capabilities: browse - inputs: none - output formats: none - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### My Projects Your saved projects. - slug: my-projects - page: https://transparentimagegenerator.com/my-projects - action URL: https://transparentimagegenerator.com/my-projects - capabilities: browse - inputs: none - output formats: none - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### My Storybooks Your storybooks. - slug: my-storybooks - page: https://transparentimagegenerator.com/my-storybooks - action URL: https://transparentimagegenerator.com/my-storybooks - capabilities: browse - inputs: none - output formats: none - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Recent Recently used assets. - slug: workspace/recent - page: https://transparentimagegenerator.com/workspace/recent - action URL: https://transparentimagegenerator.com/workspace/recent - capabilities: browse - inputs: none - output formats: none - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB) ### Referrals Invite friends, earn credits. - slug: referrals - page: https://transparentimagegenerator.com/referrals - action URL: https://transparentimagegenerator.com/referrals - capabilities: browse - inputs: none - output formats: none - credits: 0 (free) - API: browser only — use the action URL - parameters: - source_url (string/uri) — Public http(s) URL of the input file (max 15 MB)