Snapapi Text Example is an example object payload from SnapAPI, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"request": {
"method": "POST",
"url": "https://snap.michaelcli.com/api/text",
"headers": {
"X-API-Key": "snap_7f1e2c9a8b6d4e3f0a1b2c3d4e5f6071",
"Content-Type": "application/json"
},
"body": {
"url": "https://example.com"
}
},
"response": {
"status": 200,
"body": {
"data": {
"url": "https://example.com",
"title": "Example Domain",
"text": "Example Domain This domain is for use in illustrative examples in documents. You may use this domain in literature without prior coordination or asking for permission. More information...",
"word_count": 28
},
"usage": {
"used": 5,
"limit": 50
}
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.