Completion API
OpenAI Chat completion
Create a new AI completion
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Get a response from the AI model
The body is of type object
.
Response
200
Successful completion response (see OpenAI Completions Object)