Overview(中文) | Credentials →
When calling APIs, it is recommended to integrate the SDK in your project. Using the SDK simplifies development, speeds up integration, and reduces long-term maintenance costs. Volcengine SDK integration typically includes three steps: importing the SDK, configuring access credentials, and writing API call code.
- Go version >= 1.14.
- If you use Ark service (
service/arkruntime), Go version >= 1.18 is required. - It is recommended to use
go modfor dependency management.
- Credentials — AK/SK, STS, AssumeRole, OIDC, SAML, ECS Role, Default Chain
- Endpoint Configuration — Custom Endpoint, RegionId, Automatic Resolution
- Transport — HTTP Connection Pool, HTTPS Scheme, SSL Verification, TLS Version, HTTP(S) Proxy
- Timeout — Global Timeouts, Per-API Timeout
- Retry — Retry Strategy
- Error Handling — Exception Handling
- Debugging — Debug Mode, Log Output
English | 中文