Photo processing
Photos Processing & Damage Recognition with Damage Reports
Note: You have to Create a Claim and attach a Screen to it in order to create a Quote and get Damage Report.
Create a Quote
POST
https://insp.telematicssdk.com/api/v1/screens/:screen_id/quotes
Authorization: Required with Token Content Type: application/json Important: You can create a Quote only if Claim's state is Approved and Screen's CanQuotation == true. Creation of a Quote will set up the claim's state to "Quote_Processing" automatically. After the Quote is processed, the claim's state will be changed to "Executed" automatically. It usually takes 30-60 seconds.
Path Parameters
screen_id
integer
Screen ID. Get it via /api/v1/screens/:id
Headers
Authorization
string
Token. Get it via https://insp.telematicssdk.com/api/v1/profiles/login/
Show Damage Reports
GET
https://insp.telematicssdk.com/api/v1/claims/:screen_id/damage_reports
Authorization: Required with Token
Path Parameters
screen_id
string
Screen ID. Get via /api/v1/claims/:claim_id/screens
Headers
Authorization
string
Token. Get it via https://insp.telematicssdk.com/api/v1/profiles/login/
Show a Damage Report
GET
https://insp.telematicssdk.com/api/v1/damage_reports/:id
Authorization: Required with Token
Path Parameters
ID
string
Damage Report ID. Get it via /api/v1/claims/:claim_id/damage_reports
Headers
Authorization
string
Token. Get it via https://insp.telematicssdk.com/api/v1/profiles/login/
Last updated