get https://hover.to/api/v1/instant_design_images/
Overview
This endpoint returns an Instant Design image, scoped by the specific image_id
path parameter. To obtain a list of Instant Design image id
values, the List Instant Design Images endpoint can be utilized. Additionally, an integration with Hover that utilizes webhooks will be notified when new instant design images are created or saved:
{
"project_id": 719829,
"project_name": "The Big House",
"job_id": 16741840,
"event": "instant-design-image-created",
"timestamp": "2025-06-26T20:16:20.000Z",
"lead_id": 8675309,
"image_id": 18921411, //For use with the Show Instant Design Image endpoint.
"webhook_id": 17885
}
Sample Response
Successfully calling this endpoint will return an active storage link that references the Instant Design image. Some systems and tools can render the image directly.