Authentication
You must authenticate each request using one of the following:
Bearer Token (JWT from email login)
Wallet Signature (Web3 support coming soon)
Example (Bearer Token)
hSalinEditGET /gpu/list HTTP/1.1
Host: api.staging.trainava.ai
Authorization: Bearer <your_token_here>
Last updated