PlaygroundsAI Compare ResponsesGet API key →

See what AI says about you, anywhere in the world.

/ai endpoint · ChatGPT · pick a country and language

POST /aiapi.ts
// One request to /ai for 🇺🇸 United States in English.
const country = "us"
const language = "en"
const prompt = "best CRM for a small startup"
 
await fetch(
`https://unblocker.joinmassive.com/ai
?prompt=${encodeURIComponent(prompt)}
&country=${country}
&language=${language}
&format=json`,
{ headers: {
Authorization: "Bearer sk-ma-•••••••••••••••"
} }
).then(r => r.json())
Response · 🇺🇸 United States · ENidle

// press Run to ask ChatGPT