Create Job Share Links

Why would I use this?

You might use this endpoint if you regularly share links to the 3D Design with your customers. This specific endpoint allows you to create a job share link to send to that additional party.

Response Code Snippet

See an example 201 response here, a JSON blob with the details of the created Job Share link, then follow below to learn more about the request, and what makes up the responses.

{
    "job_share": {
        "id": 1093186,
        "job_id": 9795709,
        "user_id": 1527247,
        "recipient_id": null,
        "token": "AyyAP33PEBy_9AdvV1s7",
        "external_service": null,
        "external_identifier": null,
        "expired": false,
        "expires_at": "2023-09-19T20:13:18.890Z",
        "url": "https://hover.to/shared/AyyAP33PEBy_9AdvV1s7",
        "image_url": "https://hover.to/api/v1/images/102934450/rotated_image.jpg?share_token=AyyAP33PEBy_9AdvV1s7&version=medium",
        "video_url": "https://hover.to/api/v1/models/9793284/video.mp4?share_token=AyyAP33PEBy_9AdvV1s7",
        "open_graph_url": "https://hover.to/shared/AyyAP33PEBy_9AdvV1s7",
        "street_address": "123 HOVER Way",
        "state": null
    }
}

Language
Authorization
Bearer
URL
Click Try It! to start a request and see the response here!