Python integration
import agentql # Set your API key client = agentql.Client(api_key="YOUR_API_KEY")
curl \
# append ?api_key=$API_KEY to the URL \
/docket.{response_format}curl \
# append ?api_key=$API_KEY to the URL \
/document.{response_format}curl \
# append ?api_key=$API_KEY to the URL \
/documents.{response_format}