Authenticates a wallet holding sVVV and creates an API key.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The API Key type. Admin keys have full access to the API while inference keys are only able to call inference endpoints.
INFERENCE, ADMIN "ADMIN"
The wallet's address
"0x45B73055F3aDcC4577Bb709db10B19d11b5c94eE"
The token, signed with the wallet's private key
"0xbb5ff2e177f3a97fa553057864ad892eb64120f3eaf9356b4742a10f9a068d42725de895b5e45160b679cbe6961dc4cb552ba10dc97bdd8258d9154810785c451c"
The token obtained from https://api.venice.ai/api/v1/api_keys/generate_web3_key
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"
The API Key consumption limits for each epoch.
{ "usd": 50, "diem": 10, "vcu": 30 }The API Key description
"Web3 API Key"
The API Key expiration date. If not provided, the key will not expire.
"2023-10-01T12:00:00.000Z"