← 返回
未分类 Key 中文

ImgLink

Generate images by customizing a URL. Drop the URL into websites, presentations, PDFs, or anywhere that loads images.
通过自定义URL生成图片,可将该URL嵌入网站、演示文稿、PDF或任何支持加载图片的地方。
jverlee jverlee 来源
未分类 clawhub v1.0.2 1 版本 100000 Key: 需要
★ 0
Stars
📥 371
下载
💾 0
安装
1
版本
#latest

概述

Use imglink.ai to generate images via URL. The API is a single GET endpoint that accepts a prompt parameter. It returns the image.

GET https://imglink.ai/images?prompt=cat

Parameters

  • prompt (required): Text description of the image to generate. URL-encode spaces as +.
  • width (optional, default 800): Image width in pixels.
  • height (optional, default 600): Image height in pixels.
  • version (optional, default 1): Integer seed for deterministic output. Same prompt + version always returns the same image.
  • model (optional, default "nano-banana-2"): AI model to use for generation.
  • key (optional, default "anonymous"): API key. Use "anonymous" for testing (rate-limited).

Rules

  • Every unique URL returns a real generated image. Use these URLs directly in tags, Markdown, CSS, or anywhere an image URL is accepted.
  • Images are generated on first request, then cached permanently. Same prompt + version = same image.
  • URL-encode the prompt value. Use + for spaces.
  • Do not invent parameters that are not listed above.

Examples

<img src="https://imglink.ai/images?prompt=frog&key={key}" />
<img src="https://imglink.ai/images?prompt=dog&width=1024&height=768&version=1&model=nano-banana-2&key={key}" />

Getting a key

A key can be obtained for free by logging in at https://imglink.ai - without a key, responses are heavily rate-limited.

Notes

First response will take longer as the image is generated. Future fetches load from cache.

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-03-31 08:49 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

design-media

UI/UX Pro Max

xobi667
提供 UI/UX 设计智能与实现指导,帮助打造精美界面。适用于 UI 设计、UX 流程、信息架构、视觉风格、设计系统/标记、组件规格、文案/微文案、无障碍及前端 UI(HTML/CSS/JS、React、Next.js、Vue、Svelte
★ 212 📥 46,162
design-media

Nano Banana Pro

steipete
使用 Nano Banana Pro (Gemini 3 Pro Image) 生成或编辑图像。支持文生图、图生图及 1K/2K/4K 分辨率,适用于图像创建、修改及编辑请求,使用 --input-image 指定输入图像。
★ 422 📥 115,916
design-media

Openai Whisper

steipete
使用 Whisper CLI 进行本地语音转文字(无需 API 密钥)
★ 329 📥 92,525