Account This example assumes using Replicate; is in scope and apiKey contains your Replicate API key. 1 2 3using var api = GetAuthorizedClient(); var response = await api.AccountGetAsync();