Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Zavu URL Verification API

The URL Verification API from Zavu — 3 operation(s) for url verification.

Zavu URL Verification API is one of 21 APIs that Zavu publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include URL Verification. The published artifact set on APIs.io includes an OpenAPI specification, authentication docs, and rate-limit docs.

This API exposes 4 operations across 3 paths, and defines 6 schemas. It is described by OpenAPI 3.0.3, at version 0.2.0.

Requests are made against a single base URL, https://api.zavu.dev.

4 operations 3 paths 6 schemas 2 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
0.2.0
Base URL
https://api.zavu.dev/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Zavu URL Verification API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

Paths & Operations 4

Across 3 paths, the API surfaces 4 operations — 2 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

URL Verification 4
POST
/v1/urls/{urlId}/escalate
Escalate a rejected URL
escalateUrl 1 param body → 200400401404
POST
/v1/urls
Submit URL for verification
submitUrl body → 200201400401403
GET
/v1/urls
List verified URLs
listUrls 3 params → 200401
GET
/v1/urls/{urlId}
Get URL details
getUrl 1 param → 200401404

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are VerifiedUrl (7 properties), Error (3 properties), VerifiedUrlSubmitRequest (1 property), VerifiedUrlResponse (1 property). Each schema is shown below with its type and property counts.

VerifiedUrlResponse
object
1 property 1 required
VerifiedUrlSubmitRequest
object
1 property 1 required
Error
object
3 properties 2 required
VerifiedUrlApprovalType
string
How the URL was approved or rejected.
VerifiedUrlStatus
string
Status of a verified URL.
VerifiedUrl
object
7 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zavu-url-verification-api-openapi.yml Raw ↑

Other APIs Zavu publishes across the network.

Zavu 10DLC API
Zavu Account API
Zavu Agent Flows API
Zavu Agent Knowledge Bases API
Zavu Agent Tools API
Zavu Agents API
Zavu Balance API
Zavu Broadcasts API
Zavu Contacts API
Zavu Functions API
Zavu Introspect API
Zavu Invitations API