Poe API
AddSnoopy-Bot
Add a cute-warm snoopy for your picture~
Just for fun,Do not use (it) for commercial/business purpose.
Powered by Nano-Banana-Pro, a model that is hosted by Poe and third party model providers. Learn more
Build with AddSnoopy-Bot 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
Images
import requests
response = requests.post(
"https://api.poe.com/v1/images",
headers={
"Authorization": f"Bearer {api_key}",
"Content-Type": "application/json",
},
json={
"model": "addsnoopy-bot",
"prompt": "Hello world",
},
)
print(response.json())See the full documentation for comprehensive guidance on getting started.
More from りりよ
BotFVMK62HR54
AddSnoopy-Bot
WS-ASS






