Learn how to start building with Gcore’s REST APIs.
Service | Base URL |
---|---|
Identity & Access Management (IAM) | https://api.gcore.com/iam |
Content Delivery Network (CDN) | https://api.gcore.com/cdn |
Managed DNS | https://api.gcore.com/dns |
Cloud, GPU Cloud & AI Inference | https://api.gcore.com/cloud |
Object Storage | https://api.gcore.com/storage |
FastEdge (Edge Functions) | https://api.gcore.com/fastedge |
Video Streaming | https://api.gcore.com/streaming |
DDoS | https://api.gcore.com/security/iaas |
WAAP | https://api.gcore.com/waap |
Authorization
header:$
). When you paste the key directly into a terminal,
escape the dollar sign (\$
) so your shell doesn’t treat it as the start of an environment variable.HTTP/1.1 200 OK
.
Tool | Install | Notes |
---|---|---|
Python SDK | pip install gcore github.com/G-Core/gcore-python | Auto-generated from OpenAPI, sync and async support |
Go SDK | go get github.com/G-Core/gcore-go github.com/G-Core/gcore-go | Idiomatic Go client with context support |
Terraform Provider | terraform init withrequired_providers { gcore = { source = "G-Core/gcore" } } registry.terraform.io/providers/G-Core/gcore | Manage CDN, DNS, Cloud, WAAP, and more |