We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6a848 commit 3747a89Copy full SHA for 3747a89
scripts/headai-test.py
@@ -34,7 +34,7 @@ def send_post_request(url, api_key):
34
return response.json()
35
36
# Example usage
37
-url = 'https://megatron.headai.com/TextToGraph' # Replace with the actual URL
38
-api_key = 'FD2y2ABxIGi9TW4oiDClG3GaDiAP5htO' # Replace with your actual API key
+url = 'https://megatron.headai.com/TextToGraph'
+api_key = '' # Replace with your actual API key
39
result = send_post_request(url, api_key)
40
print(result)
0 commit comments