API Reference
Complete endpoint specifications for the VERDAT API.
Base URL: https://api.verdat.net
POST
/v1/analyzeSubmit an image for analysis
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| image_url | string | Optional | URL of the image to analyze |
| image_base64 | string | Optional | Base64-encoded image data |
| include_signals | boolean | Optional | Include detailed signal information in response |
| webhook_url | string | Optional | URL to receive async completion notification |
GET
/v1/analysis/{analysis_id}Retrieve a completed analysis by ID
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| analysis_id | string | Required | The analysis ID returned from /analyze |
GET
/v1/report/{analysis_id}Generate or retrieve an audit report
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| analysis_id | string | Required | The analysis ID |
| format | string | Optional | Report format: json (default) or pdf |
Authentication
All API requests require authentication via Bearer token in the Authorization header.
Authorization: Bearer vdt_your_api_key