The example below uses our API Pro endpoint https://api.deepverify.ai. If you're an API Free user, remember to update your requests to use https://api-free.deepverify.ai instead.
Example Request
curl -X POST 'https://api.deepverify.ai/v2/fact-check' \
--header 'Authorization: DeepVerify-Auth-Key [yourAuthKey]' \
--header 'Content-Type: application/json' \
--data '{
"text": [
"Hello, world!"
],
"domain_name": "US Health Care Policy"
}'
The example below uses our API Pro endpoint https://api.deepverify.ai. If you're an API Free user, remember to update your requests to use https://api-free.deepverify.ai instead.