File size: 667 Bytes
fbd8e22 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
{
"name": "TraveSeal",
"description": "A secure, C2PA-compliant notary service for travel documents.",
"author": "TraveSeal Inc.",
"icon": "https://i.imgur.com/JAXON.png",
"tags": ["security", "c2pa", "notary", "travel"],
"homepage": "https://travseal.com/",
"version": "1.0.0",
"sdk": {
"python": "https://github.com/simohammedb/travseal-python",
"typescript": "https://github.com/simohammedb/travseal-typescript"
},
"api": {
"type": "json-rpc-2.0",
"url": "https://api.travseal.com/"
},
"example": {
"prompt": "Verify this hotel room photo.",
"response": "This image is verified with C2PA and can be trusted."
}
}
|