pages.apiReference.badge

pages.apiReference.title

pages.apiReference.subtitle

pages.apiReference.auth.title

pages.apiReference.auth.description

Authorization: Bearer YOUR_API_KEY

pages.apiReference.auth.note

pages.apiReference.baseUrl.title

https://api.jgnext.com

pages.apiReference.endpoints

POST/api/v1/ai/builder

Generate code from a natural language prompt

curl -X POST https://api.jgnext.com/api/v1/ai/builder \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"prompt": "Create a todo app with React"}'
GET/api/builder/sessions

List all builder sessions for the authenticated user

curl https://api.jgnext.com/api/builder/sessions \
  -H "Authorization: Bearer YOUR_API_KEY"
POST/api/builder/session

Create a new builder session

curl -X POST https://api.jgnext.com/api/builder/session \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"name": "My New Project"}'
GET/api/credits/balance

Get current credit balance for the authenticated user

curl https://api.jgnext.com/api/credits/balance \
  -H "Authorization: Bearer YOUR_API_KEY"
POST/api/builder/deploy

Deploy a project to production

curl -X POST https://api.jgnext.com/api/builder/deploy \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"sessionId": "abc123", "platform": "vercel"}'

pages.apiReference.rateLimits.title

  • â€Ē pages.apiReference.rateLimits.starter
  • â€Ē pages.apiReference.rateLimits.professional
  • â€Ē pages.apiReference.rateLimits.enterprise
JGNEXT - Build Software with AI in Minutes | No-Code Platform