tagd.sh

Verification Overview

Protocol, client behavior, and response format for Signal Tags verification.

Verify protocol

Verification is a simple HTTP GET to any compliant endpoint.

GET /verify/{tagId}

VerificationResponse shape

✓ Verified

Verify client

import { createVerifyClient } from '@signal-tags/verify'

const client = createVerifyClient({ endpoint: 'https://verify.betterdata.co' })
const response = await client.verify('st_example_001')

Self-host vs hosted

Self-hostable run your own endpoint and keep full infrastructure control.

Better Data Hosted use Better Data managed infrastructure with no endpoint operations overhead.