Authentication

You must authenticate each request using one of the following:

  1. Bearer Token (JWT from email login)

  2. 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