GET
/
v1
/
verified
/
chat
/
completions

Authorizations

Authorization
string
header
required

Bearer authentication header.

example value: Bearer Galadriel-API-key

Get API key from Galadriel dashboard.

Query Parameters

limit
integer | null
default:
100

The maximum number of completions to retrieve.

cursor
string | null

The cursor for pagination.

filter
enum<string> | null

Filter completions. Use mine to retrieve your own completions.

Available options:
all,
mine

Response

200 - application/json
completions
object[]
required

List of verified chat completions.

cursor
string | null
required

Cursor for pagination.