OPEN AI - ChatGPT

부분 유료
분류별 Innovizion | 업데이트됨 3 months ago | Artificial Intelligence/Machine Learning
인기

7.1 / 10

지연 시간

2,413ms

서비스 수준

100%

Health Check

N/A

모든 자습서로 돌아가기 (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.