PRISM-1/API Referencev1.0 · Beta
Documentation Coming Soon

Build with PRISM-1

The full PRISM-1 API reference is being written. Generate creator-first images and video from a single endpoint. Here's a preview of what the API will look like.

Request — Preview

cURL
Node
Python
Copy
POST/v1/generate
curl https://api.gncy.ai/v1/generate \
-H "Authorization: Bearer $PRISM_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "prism-1",
"type": "image",
"template": "viral-portrait",
"count": 4
}'

Response

200 OK
Copy
{
"id": "gen_a1b2c3",
"status": "completed",
"model": "prism-1",
"output": [
"https://cdn.gncy.ai/gen_a1b2c3_0.png",
"https://cdn.gncy.ai/gen_a1b2c3_1.png"
]
}
AI infrastructure for the creator economy
© 2026 AIGNCY LLCgncy.ai