Skip to main content
To make requests to Tavrn’s Enterprise Demand Letter API, you need to use the base URL https://demands-api.tavrn.ai/v1/. All requests should be made over HTTPS. You can use a curl command to make a request to the API. For example, to check if the API is up and running, you can use the following command:
curl https://demands-api.tavrn.ai/v1/ok \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $TAVRN_API_KEY" \
This command will return a JSON response with the code 200 and a message ok if the API is up and running and you are authorized to access it.