ChatGPT API

FREEMIUM
Por WaveTech | Atualizado 2 महीने पहले | Artificial Intelligence/Machine Learning
Popularidade

8.4 / 10

Latência

5,508ms

Nível de serviço

100%

Health Check

N/A

Voltar para todos os tutoriais (1)

How to use?

  1. To initiate a chat, send a POST request to the /ask endpoint with a JSON object that includes a query property. The initial response will include a conversationId and a response.

  2. To continue the chat, use the conversationId in subsequent API calls.

  3. To retrieve a response based on the chat history related to a specific conversationId, send a POST request to the /ask endpoint with the conversationId.