Returns the token required to generate an API key via a wallet.
curl --request GET \ --url https://api.venice.ai/api/v1/api_keys/generate_web3_key
{ "data": { "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c" }, "success": true }
Please see this guide on how to use this endpoint.
OK
The response is of type object.
object