api-docs-icon

Generate SDK

POST
/ sdk










Response

config
binary
required

SDK configuration file in .yaml format

Example:
uploads/config.yaml
language
enum
required

Programming languages available for SDK generation

Allowed Values:
csharp
go
java
python
rust
typescript
allow_lint_errors
boolean
default: false

force generate the SDK even if there are linting errors

api_version
union

Can be either the semantic version or a released type (like latest)

github_actions
deprecated
boolean
default: false

Deprecated, will have no effect. Use sync_github_actions in the SKD config.

sdk_version
string

Semantic version following conventions from https://semver.org/

Example:
0.1.0

Responses

Generated sdk codebase compressed as .tar.gz

binary