Parameters
The ID of the log/usage. It is returned as โusageldโ in completion requests.
Baseplate API key. Needs to be in the format โBearer &BASEPLATE_API_KEYโ
{
"prompt": "Say this is a test",
"completion": "This is a test.",
"id": "11f96c9a-086c-4490-b330-af0d93c0b322",
"date": "2023-03-13",
"positive_rating": true,
"variant_id": "f04682e5-8bff-48c1-b498-7158d04e72de",
"comments": [
{
"name": "Ani Gottiparthy",
"email": "ani@example",
"comment": "This is a comment from the API",
},
{
"name": "Andrew Luo",
"email": "andrew@example",
"comment": "This is a comment from the API",
}
]
}