Create Render – /v1/renders
Submit new jobs with prompt instructions, reference media, and consent tokens. Jobs enter a moderation queue if policy checks fail.
POST /v1/renders
Authorization: Bearer {{apiKey}}
Content-Type: application/json
{
"consentId": "consent_01H...",
"prompt": "soft studio lighting portrait, neutral background",
"referenceImageUrl": "https://cdn.nakeds.ai/reference/abc.jpg",
"quality": "hi-res",
"webhookUrl": "https://example.com/webhooks/nakeds"
}