Poe API

Bot image for Grok-image-no-censor

Grok-image-no-censor

Chat

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:

Generate API key

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

Bot image for Grok-image-no-censor
Grok-image-no-censor