---
title: "Generate an inspection deep link"
method: POST
path: "/audits/{audit_id}/deep_link"
tags: ["Inspections"]
---

# Generate an inspection deep link

`POST /audits/{audit_id}/deep_link`

Generate a URL to the specified inspection. The link opens in the SafetyCulture mobile app if clicked on a mobile device with the app installed. Otherwise it opens in the SafetyCulture web app.

## Path parameters

- `audit_id` string, required

## Response `200`

A successful response.

- S12ThepubV1GetInspectionDeepLinkResponse — Result returned from `GetInspectionDeepLink`
  - `url` string — The deep link for the inspection.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/safetyculture/apis/safetyculture-api.md) · [All operations](https://skmtc.net/safetyculture/apis/safetyculture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/safetyculture/safetyculture-api/revisions/5be91df61ded/schema)
