APIMatic · Arazzo Workflow
APIMatic Import, Validate and Generate SDK
Version 1.0.0
Import an API spec, lint it, and only generate an SDK when it is valid.
View Spec
View on GitHub
API TransformationCode GenerationDeveloper ExperienceDocumentationSDK GenerationArazzoWorkflows
Provider
Workflows
import-validate-generate-sdk
Import a spec, validate it, then generate an SDK if the spec is valid.
Creates an API entity from an uploaded specification, lints it for errors and best-practice violations, 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, capturing whether it is valid along with any errors and warnings.
3
generateSdk
generateSdk
Generate an SDK for the validated API entity in the requested platform and return the download URL.