cURL
curl --request POST \ --url https://api.example.com/api/v1/responses \ --header 'Authorization: Bearer <token>'
{}
Legacy OpenAI responses endpoint with context injection and memory management.
This endpoint provides:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The workspace ID
Successful Response
The response is of type Response Responses Endpoint Api V1 Responses Post · object.
Response Responses Endpoint Api V1 Responses Post · object