Skip to main content

API Copilot Now Supports HTTP

· One min read

API Copilot now supports HTTP(also known as REST) in addition to the existing SDK-based languages. Developers can ask integration questions and receive accurate cURL code samples directly within the chat interface.

Details

Previously, API Copilot generated code exclusively for SDK-based languages — C#, Python, Java, TypeScript, PHP, Ruby, and Go. With this update, developers who prefer working with raw HTTP requests using cURL can now use API Copilot to get precise cURL code samples for their integration scenarios.

What's New

  • cURL Code Generation: API Copilot can now generate cURL request examples tailored to your query, just like it does for SDK languages.
  • Full Feature Parity: All existing API Copilot capabilities — natural language query processing, multi-endpoint scenarios, and step-by-step explanations — are available when using HTTP.

API Copilot

Supported Languages

API Copilot now supports the following languages:

  • C# (.NET)
  • Python
  • Java
  • TypeScript
  • PHP
  • Ruby
  • Go
  • HTTP (New)