Poe API
Link-To-Prompt
By
Link To Prompt Converter converts your image or video link into well structured text prompt, just paste your image or video link and see what it generates
Uses Gemini-2.0-Flash, a model that is powered by Google. Learn more
Build with Link-To-Prompt using the Poe API
Start by creating an API key, for use with any bot on Poe:
Use it in these bots
See allCode samples
Responses API
import openai
client = openai.OpenAI(
api_key = "YOUR_POE_API_KEY", # or os.getenv("POE_API_KEY")
base_url = "https://api.poe.com/v1",
)
response = client.responses.create(
model = "link-to-prompt",
input = "Hello world"
)
print(response.output_text)See the full documentation for comprehensive guidance on getting started.
More from Promptank AI
New
Macro-Timelapse
New
Drone-Sweeper
New
Knitted-Texture
New
Flat-Vector-Icon
New
Tarot-Card-Gen
New
Manga-Cover-Art
New
Pixel-Portrait-AI
New
Sneaker-Concept
New
Ukiyo-e-Master
New
Tattoo-Stencil-AI







