# Audatex API Gateway (Intelligent Vehicle Inspection)

**Canonical:** https://apis.io/apis/audatex/audatex-api-gateway/  
**Provider:** Audatex — https://apis.io/providers/audatex/  
**Base URL:** https://services-pat.auda-target.com/APIGateway  
**Documentation:** https://services-pat.auda-target.com/APIGateway/swagger/index.html

Audatex API Gateway (Intelligent Vehicle Inspection) is one of 6 APIs that [Audatex](https://apis.io/providers/audatex/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include Vehicle Inspection, Image Capture, Claims, AI Triage, and Webhook. The published artifact set on APIs.io includes API documentation, an API reference, and an OpenAPI specification.

The Audatex.APIGateway exposes Solera's guided image capture and intelligent vehicle inspection services: send image-capture requests by SMS, link or QR code, upload images, audio and video, run AI Triage, VI damaged-parts and VI calculation requests, fetch damage-detection reports, create claims, assessments, jobs, templates, reminders and intelligent offers, search repairers, and register webhooks for 14 event types. OpenAPI 3.0.1, 75 operations, JWT Bearer authorization. Published from Audatex's pre-production acceptance-test (PAT) host.

## Operations (60 of 95)

| Method | Path | Summary |
|---|---|---|
| POST | `/api/v2/AiTriage` | POST AI Triage v2 request |
| GET | `/api/v2/AiTriage/{imageCaptureId}/{calculationId}` | GET an AI Triage v2 Request |
| POST | `/api/v1/Assessment/Post` | Create an assessment |
| POST | `/api/v1/Audio` | Upload a File |
| GET | `/api/v1/Audio` | Get content of a file by fileId |
| DELETE | `/api/v1/Audio` | delete content of a file by fileId |
| POST | `/api/v1/Audio/Info` | Create a file space in the service to be used to upload a file stream |
| GET | `/api/v1/Claim/Get` | Get details of a claim by claimId |
| GET | `/api/v1/Claim/GetByClaimnumber` | Get details of a claim by claimnumber |
| POST | `/api/v1/Claim/Post` | Add an assessment to a claim |
| POST | `/api/v1/ClaimRepairers` | Creates a claim then returns list of Repairers that can service the claim. |
| POST | `/api/v1/ClientConfiguration` | Add a Client Configuration associated to the EntityId |
| GET | `/api/v1/ClientConfiguration` | Get the Client Configuration associated to the EntityId |
| GET | `/api/v1/FraudCheck/{imageCaptureId}` | Gets metadata about an image capture |
| POST | `/api/v1/FraudCheck/{imageCaptureId}` | Add/Update metadata used in fraud check for an image capture |
| POST | `/api/v1/HeroImage` | Uploads a Hero Image |
| GET | `/api/v1/HeroImage` | Retrieves a list of Hero Images |
| POST | `/api/v1/Image/Post` | Add images to an assessmentId |
| GET | `/api/v1/Image/Logo` | Retrieves a list of logo Images |
| POST | `/api/v1/Image/Logo` | Uploads a Logo Image |
| POST | `/api/v1/ImageAttachment` | POST image capture image attachment |
| GET | `/api/v1/ImageAttachment/{imageCaptureId}/{imageAttachmentId}` | GET image capture image attachment |
| POST | `/api/v1/ImageCapture` | Send image capture SMS |
| POST | `/api/v1/ImageCapture/UsingTemplate` | Send image capture SMS using a template |
| POST | `/api/v1/ImageCapture/WithLink` | Send image capture SMS and get the link in the response |
| POST | `/api/v1/ImageCapture/WithQR` | Create image capture request with QR code |
| GET | `/api/v1/ImageCapture/{imageCaptureId}/WithQR` | Get QR code for image capture request |
| POST | `/api/v1/ImageCapture/{imageCaptureId}/Duplicate` | Duplicate an expired image capture |
| GET | `/api/v1/ImageCapture/{imageCaptureId}` | Gets details about an image capture |
| DELETE | `/api/v1/ImageCapture/{imageCaptureId}` | Delete Image Request |
| GET | `/api/v1/ImageCapture/{imageCaptureId}/integration` | Gets details about an image capture including the external image id |
| GET | `/api/v1/ImageCapture/Query/{imageCaptureId}` | Gets only some information about an image capture |
| POST | `/api/v1/ImageCapture/Query/{imageCaptureId}` | Gets only some information about an image capture |
| POST | `/api/v1/ImageCaptureExternal` | Allows you to upload images from an external image capture solution |
| GET | `/api/v1/ImageCaptureExternal/{imageCaptureId}` | Gets details about an external image capture |
| POST | `/api/v2/ImageCaptureExternal/Open` | Create a new image capture external v2 |
| PUT | `/api/v2/ImageCaptureExternal/{imageRequestId}/Complete` | Complete the image capture external v2 |
| GET | `/api/v2/ImageCaptureExternal/{imageCaptureId}` | Gets details about an external image capture v2 |
| POST | `/api/v2/ImageCaptureExternal/{imageRequestId}/Images` | Upload images info via image capture external v2 |
| GET | `/api/v2/ImageCaptureExternal/{imageRequestId}/Images/{imageId}/{format}` | Get image by imageId |
| PUT | `/api/v2/ImageCaptureExternal/{imageRequestId}/Images/{imageId}` | This endpoint will allow you to upload an image associate them with an imageId |
| DELETE | `/api/v2/ImageCaptureExternal/{imageRequestId}/Images/{imageId}` | Delete an image by imageId |
| PUT | `/api/v2/ImageCaptureExternal/{imageRequestId}/Images/{imageId}/binary` | This endpoint will allow you to upload an image associate them with an imageId |
| PUT | `/api/v2/ImageCaptureExternal/{imageRequestId}/Images/{imageId}/base64` | — |
| GET | `/api/Introspection/Dependencies` | — |
| GET | `/api/Introspection/AppDetails` | — |
| GET | `/api/Introspection/ErrorCodes` | — |
| GET | `/api/Introspection/Events` | — |
| POST | `/api/v1/Job` | Add a Job associated to an EntityId |
| GET | `/api/v1/Job` | Get the job list |
| GET | `/api/v1/Job/{id}` | Get the job for a given id |
| PUT | `/api/v1/Job/{jobId}` | Update the job |
| DELETE | `/api/v1/Job/{jobId}` | Delete Job |
| GET | `/api/LogManagement` | — |
| PUT | `/api/LogManagement` | — |
| POST | `/api/v1/Offer` | Create a new Intelligent Offer request |
| GET | `/api/v1/Offer/{offerId}` | Get details about an Intelligent Offer request |
| GET | `/api/v1/Offer/Query/{offerId}` | Gets only some information about an Intelligent Offer |
| POST | `/api/v1/Offer/Query/{offerId}` | Gets only some information about an Intelligent Offer (POST version) |
| POST | `/api/v1/PingEvent` | Creates a ping |

…and 35 more operations. They are listed in full on the page.

## Machine-readable artifacts (5)

- **Documentation** — https://services-pat.auda-target.com/APIGateway/swagger/index.html
- **APIReference** — https://services-pat.auda-target.com/APIGateway/swagger/index.html
- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/audatex/refs/heads/main/openapi/audatex-api-gateway-openapi.yml
- **Webhooks** — https://raw.githubusercontent.com/api-evangelist/audatex/refs/heads/main/asyncapi/audatex-webhooks.yml
- **Overlay** — https://raw.githubusercontent.com/api-evangelist/audatex/refs/heads/main/overlays/audatex-api-gateway-overlay.yaml

## Other Audatex APIs (5)

- [Audatex AudaConnect API](https://apis.io/apis/audatex/audatex-audaconnect-api/)
- [Audatex AudaConnect BMS API](https://apis.io/apis/audatex/audatex-audaconnect-bms-api/)
- [Audatex GIC API](https://apis.io/apis/audatex/audatex-gic-api/)
- [Solera Dashboard Assignment API](https://apis.io/apis/audatex/audatex-dashboard-assignment-api/)
- [Solera API Gateway (North America)](https://apis.io/apis/audatex/solera-api-gateway/)

## Tags

Vehicle Inspection, Image Capture, Claims, AI Triage, Webhook

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/audatex/audatex-api-gateway/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/audatex/.
