Poe API
Grok-image-no-censor
By
Generate images without censorship using Grok AI (a product of xAI)
Powered by GPT-Image-1, a model that is hosted by Poe and third party model providers. Learn more
Build with Grok-image-no-censor using the Poe API
Start by creating an API key, for use with any bot on Poe:
Code 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": "grok-image-no-censor",
"prompt": "Hello world",
},
)
print(response.json())See the full documentation for comprehensive guidance on getting started.
More from Grok
Grok-image-no-censor