ReferenceAPI

GET/v1

Hello world endpoint

Default endpoint. Simply replies with 'Hello, World!'. Authorization is not required

Authorization

Status codeDescription
200Hello world string
400The request was unacceptable, often due to missing a required parameter
500Something went wrong on Braintrust's end. (These are rare.)
curl -X GET "https://api.braintrustdata.com/v1"

"string"

On this page