cURL
curl --request POST \ --url https://api.openpipe.ai/api/v1/report \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "requestedAt": 123, "receivedAt": 123, "reqPayload": "<any>", "respPayload": "<any>", "statusCode": 123, "errorMessage": "<string>", "tags": {} }'
{ "status": "ok" }
Record request logs from OpenAI models
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object.
object