Skip to Content
API DocsOverview

API Reference

Interactive API documentation is available at the Express server’s /docs endpoint.

Internal API

Access the Scalar UI directly:

Open API Docs → 

Or view the raw OpenAPI spec:

curl https://frai.paradream.info/api/v1/creative/openapi.json \ -H "CF-Access-Client-Id: <id>" \ -H "CF-Access-Client-Secret: <secret>"

External API (Gateway)

External users access the API through creative.hellyeahai.com:

curl -X POST https://creative.hellyeahai.com/images/generate \ -H "Authorization: Bearer hyai_xxx" \ -H "Content-Type: application/json" \ -d '{"prompt": "a futuristic city", "model": "jimeng-4.5"}'

See API Gateway for full documentation.