Poe API

Bot image for Anagram_Maker_AI

Anagram_Maker_AI

Chat

Uses Claude-Haiku-4.5, a model that is powered by Anthropic. Learn more

Build with Anagram_Maker_AI using the Poe API

Start by creating an API key, for use with any bot on Poe:

Generate API key

Code samples

Messages API
import anthropic

client = anthropic.Anthropic(
    api_key = "YOUR_POE_API_KEY",  # or os.getenv("POE_API_KEY")
    base_url = "https://api.poe.com",
)

message = client.messages.create(
    model = "anagram_maker_ai",
    max_tokens = 1024,
    messages = [{
      "role": "user",
      "content": "Hello world"
    }]
)

print(message.content[0].text)

See the full documentation for comprehensive guidance on getting started.


More from Digital Doctor

Bot image for Humanized_Text
Humanized_Text
Bot image for GardeningLasCrucesSV
GardeningLasCrucesSV
Bot image for ImageGen-FluxAI
ImageGen-FluxAI
Bot image for Art_Citic_AI
Art_Citic_AI
Bot image for YouTube-Text-Summary
YouTube-Text-Summary
Bot image for AI_Prompt_Writer
AI_Prompt_Writer
Bot image for Fix_Write
Fix_Write
Bot image for Daily_Italian
Daily_Italian
Bot image for Anagram_Maker_AI
Anagram_Maker_AI
Bot image for Idiom_AI
Idiom_AI