Vai al contenuto principale
GET
/
api_keys
/
generate_web3_key
/api/v1/api_keys/generate_web3_key
curl --request GET \
  --url https://api.venice.ai/api/v1/api_keys/generate_web3_key \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"
  },
  "success": true
}

Creazione di API key per agenti autonomi

Consulta questa guida per imparare a usare questo endpoint.

Autorizzazioni

Authorization
string
header
obbligatorio

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Risposta

200 - application/json

OK

data
object
obbligatorio
success
boolean
obbligatorio