API Overview
Integrate TAGBASE verification into your applications.
Introduction
The TAGBASE API enables developers to:
Query claims — Retrieve claims associated with URLs
Fetch verifications — Get verification details by ID
Initiate ownership challenges — Request wallet signature verification
Submit ownership proofs — Validate blockchain ownership
Base URL
https://api.extension.tagbase.ioAuthentication
No authentication required. The TAGBASE API is fully public and accessible without API keys.
CORS Support
The API supports cross-origin requests from any domain:
Access-Control-Allow-Origin: *Response Format
All responses are JSON:
Success Response:
Error Response:
Core Endpoints
/claims?resource_url=...
GET
Get claims for a URL
/verifications/{id}
GET
Get verification by ID
/ownership/challenge
POST
Request ownership challenge
/ownership/proof/ethereum
POST
Submit Ethereum proof
/ownership/proof/cardano
POST
Submit Cardano proof
Quick Start Examples
Fetch Claims for a URL:
Fetch a Verification:
Last updated