Access and authentication
To use the DeepVerify API, you must authenticate your requests using an API key, ensuring secure access to our services. Here's how to get started:
Getting your API Key
Authentication Process
Authorization: Bearer YOUR_API_KEYMaking an Authenticated API Request
curl -X POST "https://api.factagora.com/v1/deepverify"
-H "Authorization: Bearer YOUR_API_KEY"
-H "Content-Type: application/json"
-d '{"input_text": "The data you want to verify"}'Error Handling
Best Practices
Last updated