Listing Thumbnail

    GenXR

     Info
    Sold by: identic ai 
    Quick Launch
    GenXR is a generative 3D/XR API for retailers that transforms 2D product images and text into photorealistic 3D and AR content. Designed for furniture, home goods, and interior products, it enables fast, scalable, and cost-efficient 3D content generation.

    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

    Delivery method

    Deployed on AWS

    Unlock automation with AI agent solutions

    Fast-track AI initiatives with agents, tools, and solutions from AWS Partners.
    AI Agents

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Quick Launch

    Leverage AWS CloudFormation templates to reduce the time and resources required to configure, deploy, and launch your software.

    Pricing

    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    Usage costs (1)

     Info
    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?

    We'd like to hear your feedback and ideas on how to improve this page.
    We'd like to hear your feedback and ideas on how to improve this page.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    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_TOKEN

    Replace 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.

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 AWS reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.