Skip to main content

Private AI Endpoint Request Template

We also provide ready-to-use templates for making requests to your private private AI Endpoint, available in Go, Python, and cURL. These templates make it easy to quickly test and interact with your private AI Endpoint by demonstrating the correct request structure and required parameters for each language. Simply copy the template for your preferred language, insert your access token and private endpoint URL, and you’ll be ready to make a request to your deployed private AI Endpoint.

Use command :

initz get template --lang=<python/js/curl>
Flags
--lang
  • It denotes the language of the template.
  • required
  • Possible values : python,js,curl
  • Shorthand : l