Overview
identic ai is a generative AI solution that transforms 2D product images and text into photorealistic 3D models and AR content within minutes. Built for retailers, furniture brands, and ecommerce platforms, identic ai empowers businesses to scale their 3D and augmented reality (AR) content production without relying on manual 3D modeling. Our API integrates seamlessly with your product catalog, automatically generating 3D and AR-ready assets that can be embedded into websites, apps, and marketing tools.
With a focus on furniture, home goods, and interior products, identic ai is optimized for realism, efficiency, and visual fidelity. Our proprietary pipeline combines image-based 3D reconstruction, texture enhancement, and geometry refinement - delivering high-quality outputs that support both ARKit/ARCore and web-based 3D visualization. Retailers can easily showcase their products in 3D on mobile, desktop, or VR environments, leading to increased engagement, reduced return rates, and improved purchase confidence.
Key benefits include:
90% reduction in 3D production cost and time
Scalable API integration into ecommerce systems
Automated post-processing for PBR textures and realistic lighting
Support for SketchUp, Shopify, WordPress, and custom platforms
Compatibility with Apple Vision Pro, Meta Quest, and other immersive devices
Highlights
- 2D image into 3D
- AR experiences
Details
Unlock automation with AI agent solutions

Features and programs
Financing for AWS Marketplace purchases
Quick Launch
Pricing
Dimension | Description | Cost/unit |
---|---|---|
3D AI Generation | Number of AI Generated 3D Models | $0.50 |
Vendor refund policy
All API calls used for AI-generated 3D models are non-refundable once processing begins, as computational resources are consumed immediately upon request.
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
API-Based Agents & Tools
API-Based Agents and Tools integrate through standard web protocols. Your applications can make API calls to access agent capabilities and receive responses.
Additional details
Usage instructions
API
🔐 Authentication
All requests require the following HTTP header:
Authorization: Bearer YOUR_API_TOKENReplace YOUR_API_TOKEN with the token you received after subscribing on AWS Marketplace.
💡 Example Usage Flow
- Subscribe to Identic Ai GmbH API on AWS Marketplace.
- An API key is created and stored in Secrets Manager.
- Use that API key to authenticate calls to /generates.
- Average generation time is about 1 minute, depending on image complexity.
🖼️ POST /generations
Creates a new 3D model generation task from the provided source image. Accepts an image file (JPG, JPEG, PNG, WEBP) and optional physical dimensions (x, y, z in millimeters). Returns a unique uuid to track the generation process and retrieve results.
Endpoint:
<https://panel.identic.ai/api/public/v1/generations>
🔧 Query Parameters
-
source_image (string, required, binary):
Source image (formats: JPG, JPEG, PNG, WEBP) -
size (object, optional):
Dimensions in millimeters:- x: length
- y: depth
- z: height
📦 Example Request
curl -X POST <https://panel.identic.ai/api/public/v1/generations> \ -H "Authorization: Bearer {API_TOKEN}" \ -H "Accept: application/json" \ -H "Content-Type: multipart/form-data" \ -F "source_image=@01HPM4YSB5EK0PCQBEVB6B5MNT.jpg" \ -F "size[x]=100" \ -F "size[y]=50" \ -F "size[z]=30🖼️ GET /generations/{uuid}
Retrieves the status and results of a previously created 3D model generation. Requires the uuid received from the POST /generations request. Returns current status (PENDING, COMPLETED, STALED), preview image, and downloadable model files ( e.g., .glb).
Endpoint:
<https://panel.identic.ai/api/public/v1/generations>
🔧 Query Parameters
- uuid (string, required, binary):
Example: fe1a9cfc-79d0-11ef-a1a8-0242ac120004
📦 Example Request
curl <https://panel.identic.ai/api/public/v1/generations/fe1a9cfc-79d0-11ef-a1a8-0242ac120004> \ -H "Authorization: Bearer {API_TOKEN}" \ -H "Accept: application/json"✅ Success Response
Media Type: application/json
{ "status": 200, "success": true, "data": [ { "uuid": "fe1a9cfc-79d0-11ef-a1a8-0242ac120004", "status": "COMPLETED", "created_at": "2023-09-01T12:34:56Z", "updated_at": "2023-09-05T08:30:00Z", "image": "<https://cdn.aws.com/image/11rnadfjnadfnfaldnfajdf/1adfjadf.jpg>", "files": [ { "uuid": "fe1a9cfc-79d0-11ef-a1a8-0242ac120004", "format": "glb", "url": "<https://d3...lm.cloudfront.net/194/gene....3dNKNb.glb>", "generation_time": "00:00:52" } ] } ] }📛 Bad Request Response (400, 401, 404)
Error Codes Possible status codes returned by the API include:
- 400: Bad Request – The input parameters are malformed.
- 401: Unauthorized – Your YOUR_API_TOKEN is missing or invalid
- 404: Not Found – The generation with the specified uuid was not found.
- 500: Internal Server Error – An unexpected issue occurred on the server.
Media Type: application/json
{ "status": 400, "success": false, "error": { "code": "BAD_REQUEST", "message": null, "data": null } }Support
Vendor support
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.