---
title: "Submit URL for verification"
method: POST
path: "/v1/urls"
tags: ["URL Verification"]
---

# Submit URL for verification

`POST /v1/urls`

Submit a URL for verification. URLs are automatically checked against Google Web Risk API. Safe URLs are auto-approved, malicious URLs are blocked. URL shorteners (bit.ly, t.co, etc.) are always blocked.

**Important:** All SMS and Email messages containing URLs require those URLs to be verified before the message can be sent. This endpoint allows pre-verification of URLs.

## Request body

- VerifiedUrlSubmitRequest
  - `url` string, required — The URL to submit for verification.

## Response `200`

URL already verified.

- VerifiedUrlResponse
  - `url` VerifiedUrl, required
    - `id` string, required
    - `url` string, required — The verified URL.
    - `domain` string, required — Domain extracted from the URL.
    - `status` 'pending' | 'approved' | 'rejected' | 'escalated' | 'malicious', required — Status of a verified URL.
    - `approvalType` 'manual' | 'auto_web_risk' — How the URL was approved or rejected.
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time

## Other responses

- `201` — URL verified and approved.
- `400` — Invalid request.
- `401` — Unauthorized.
- `403` — URL blocked (malicious, rejected, or shortener).

---

[API](https://skmtc.net/zavudev/apis/zavu-unified-messaging-layer-api.md) · [All operations](https://skmtc.net/zavudev/apis/zavu-unified-messaging-layer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zavudev/zavu-unified-messaging-layer-api/revisions/4dacdff2adf8/schema)
