Developer API & Schema Explorer
Explore Trustiry's structured data API, JSON schema, and rich result snippets. Build with confidence using validated data trusted by search engines and AI systems.
โSchema.org Mapping
| Schema.org Types | Trustiry Types | |
|---|---|---|
| NewsArticle | โ | NewsSnippet |
| JobPosting | โ | JobSnippet |
| Product | โ | ProductSnippet |
| Person | โ | PersonSnippet |
| Organization | โ | OrganizationSnippet |
+ 12 more
โTrustiry Internal Schema
Our unified schema powers all rich result snippets and API responses.
| @context | string |
| @type | string |
| id | string (uri) |
| name | string |
| description | string |
| url | string (uri) |
+ 48 more fields
โJSON Preview
POST /api/ai/snippet{
"kind": "schema",
"site": {
"name": "Northwind Traders",
"domain": "northwindtraders.example.com",
"description": "A fictional import and export marketplace used to preview Trustiry's snippet API output."
}
}
Live Response
Not run yetTime-
Fetched-
Source-
Provider-
Nothing yet. Send a request to call the real endpoint.
Test Your Request
Send a live request to the real snippet endpoint using the fields above.
cURL Examples
Real requests you can run from a terminal against Trustiry's API.
๐ Copycurl -X POST "https://trustiry.com/api/ai/snippet" \
-H "Content-Type: application/json" \
-d '{
"kind": "schema",
"site": {
"name": "Northwind Traders",
"domain": "northwindtraders.example.com",
"description": "A fictional import and export marketplace used to preview Trustiry's snippet API output."
}
}'
Snippet Output Previews
View all snippet types โSee how Trustiry transforms your data into rich result ready snippets.
โน
NExample Newstrustiry.com > news > ai-regulations
Breaking: New AI Regulations Announced
The government today announced new regulations for AI systems focused on transparency, safety, and accountability.
2 hours agoโบ
Endpoint Examples
View all endpoints โExplore key API endpoints and request examples.
GET/v1/search
Search trusted entities
GET/v1/snippets/news
News rich result snippets
POST/v1/validate
Validate structured data
GET/v1/schema/{type}
Get schema definition
Code Examples
See how to use the API in your favorite language.
๐ Copycurl -X GET "https://api.trustiry.com/v1/search" \
ย ย -H "Authorization: Bearer sk_live_your_api_key_here" \
ย ย -H "Content-Type: application/json" \
ย ย -d '{
ย ย ย ย "query": "OpenAI official website",
ย ย ย ย "type": "organization",
ย ย ย ย "limit": 5
ย ย }'
ย ย -H "Authorization: Bearer sk_live_your_api_key_here" \
ย ย -H "Content-Type: application/json" \
ย ย -d '{
ย ย ย ย "query": "OpenAI official website",
ย ย ย ย "type": "organization",
ย ย ย ย "limit": 5
ย ย }'
API Keys
Manage API Keys โManage your API keys and permissions.
sk_live_โขโขโขโขโขโขโขโขโขโขโขโขโขโขโขโขq1b2c3d4Live
+ Create API KeyReadWriteValidate
โฏCreated May 10, 2025 ยท Last used 2 hours ago