Backend APIs
1. POST /api/generate
POST /api/generate{ "prompt": "A futuristic city painted in Van Gogh style", "style": "van_gogh", "resolution": "1024x1024" }{ "preview_url": "ipfs://Qm1234.../art.png", "session_id": "xyz789" }
2. POST /api/mint
POST /api/mint3. GET /api/nfts
GET /api/nfts4. POST /api/list
POST /api/list5. POST /api/buy
POST /api/buy6. POST /api/fractionalize
POST /api/fractionalize7. POST /api/proposal
POST /api/proposalπΉ System Diagram (API Flow + Smart Contracts + Storage)
Last updated