AITrustV commited on
Commit
a374047
·
verified ·
1 Parent(s): 19f1ca8

curl example

Browse files
Files changed (1) hide show
  1. example_curl.txt +9 -0
example_curl.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ curl -X POST https://aitrustverification.com/api/v1/generate-domain.php \
2
+ -H "Content-Type: application/json" \
3
+ -d '{
4
+ "domain": "example.com",
5
+ "context": "Developer portfolio with SEO focus",
6
+ "site_purpose": "Portfolio",
7
+ "social_links": ["https://twitter.com/business"],
8
+ "signals": ["SEO", "backlinking", "AI citation"]
9
+ }'