API 액세스

블록체인 IP 인증을 앱에 통합. Pro 및 Enterprise 요금제에서 이용 가능.

AUTH인증

Authorization: Bearer mltio_<your_api_key>

# Create keys in Dashboard → Settings → API keys

POST예시 — 인증

curl -X POST https://mltio.com/api/certify \
  -H "Authorization: Bearer mltio_abc123..." \
  -H "Content-Type: application/json" \
  -d '{
    "hash": "sha256:<64-char-hex>",
    "owner": "Acme Corp",
    "filename": "design-v2.png"
  }'

주요 엔드포인트

POST
/api/certify

Bitcoin에서 파일 해시 인증

POST
/api/certify/ots

무료 OpenTimestamps 증명

POST
/api/certify/rekor

무료 Sigstore Rekor 항목

POST
/api/certify/stack

Maximum proof(OTS + TSA + Rekor)

POST
/api/certify/bulk

최대 20개 파일 일괄 인증

GET
/api/verify?txid=

Bitcoin TXID로 검증(공개)

GET
/api/verify/hash?hash=

SHA-256 해시로 조회(공개)

GET
/api/export?id=

증거 패키지 JSON 다운로드

GET
/api/versions?cert_id=

인증서 버전 체인

mltio로 구축.

Pro 요금제에 API 키, Webhooks, 무제한 Bitcoin 인증서.