Sesterce Cloud Doc
  • 👋Welcome on Sesterce Cloud
    • 🚀Get Started!
      • Account creation
      • Manage your account
      • Payment & Billing
        • Invoicing
  • 🚀Compute instances
    • Compute Instance configuration
      • Persistent storage (volumes)
      • SSH Keys
    • Terminal connection
  • 💬AI Inference instances
    • Inference Instance configuration
      • Select your Flavor
      • Select your regions
      • Autoscaling limits
    • Edit an inference instance
    • Chat with Endpoint
  • ▶️Manage your instances
  • 🔗API Reference
    • Authentication
    • GPU Cloud instances
    • SSH Keys
    • Volumes
    • Inference Instances
  • 📗Tutorials
    • Expose AI model from Hugging Face using vLLM
Powered by GitBook
On this page

Was this helpful?

  1. API Reference

Authentication

PreviousAPI ReferenceNextGPU Cloud instances

Last updated 5 months ago

Was this helpful?

How to generate my API Key?

From Setting page > API Key section, click "Generate API Key" and name your key. The key will be automatically generated.

Copy your API key and store it in a secured place. You'll not be able to see it again then, to avoid any security issue.

Then, use your API key as in the following request to authenticate:

curl --request GET \
--url https://api.cloud.sesterce.com/gpu-cloud/instances/offers \
--header 'X-API-KEY: <your-api-key-secret>'

🔗