APIMatic · Arazzo Workflow
APIMatic Full SDK Release Pipeline
Version 1.0.0
Import, validate, transform to OpenAPI 3, then generate an SDK in one pass.
View Spec
View on GitHub
API TransformationCode GenerationDeveloper ExperienceDocumentationSDK GenerationArazzoWorkflows
Provider
Workflows
full-release-pipeline
Import, validate, transform and generate an SDK as one gated pipeline.
Creates an API entity from an uploaded specification, lints it, normalizes it to OpenAPI 3.0 JSON, and generates an SDK only when validation reports the definition as valid.
1
importSpec
importApiDefinition
Upload the API specification file as multipart form data to create a new API entity in APIMatic.
2
validateSpec
validateApiDefinition
Validate and lint the imported definition; only a valid definition is allowed to continue down the pipeline.
3
transformSpec
transformApiDefinition
Normalize the validated definition to OpenAPI 3.0 JSON and return the converted specification.
4
generateSdk
generateSdk
Generate an SDK for the validated API entity in the requested platform and return the download URL.