AI Jewelry DesignerAPI
Create unique jewelry designs using AI. Select materials, styles, gemstones, and custom settings to generate concept art or detailed design visualizations for rings, necklaces, earrings, bracelets, and more.
design tools~5 credits/callv1.0.0
Endpoint
POST https://backend.aaddyy.com/api/ai/jewelry-designer
Authentication
Authorization: Bearer YOUR_API_KEY
Parameters
Required
jewelry_typeenumrequireddesign_styleenumrequiredmaterialenumrequiredOptional
gemstonesarraytarget_audienceenumoccasionenumdesign_descriptioncomplexityenumcolor_paletteprice_rangeenumoutput_typeenumengraving_textcultural_influenceenumnum_imagesintegeraspect_ratioenumExample Request
curl -X POST https://backend.aaddyy.com/api/ai/jewelry-designer \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"jewelry_type": "example_jewelry_type",
"design_style": "example_design_style",
"material": "example_material",
"num_images": 1
}'Request Body
{
"jewelry_type": "example_jewelry_type",
"design_style": "example_design_style",
"material": "example_material",
"num_images": 1
}Example Response
{
"success": true,
"message": "AI Jewelry Designer completed successfully",
"timestamp": "2026-04-01T22:35:32.454Z",
"requestId": "req_znhwvqmid",
"data": {
"cost": 0.05,
"remainingCredits": 9.95
}
}SDK
import { AADDYY } from 'aaddyy'
const client = new AADDYY()
const result = await client._request('POST', '/api/ai/jewelry-designer', {
"jewelry_type": "example_jewelry_type",
"design_style": "example_design_style",
"material": "example_material",
"num_images": 1
})Install: npm install aaddyy
Pricing
~5 credits (~$0.05) per request
Feature pricing:
- multipleDesigns: +5 credits