APIMatic · Arazzo Workflow
APIMatic Import, Validate and Publish Portal
Version 1.0.0
Import an API spec, lint it, and generate a docs portal when it is valid.
View Spec
View on GitHub
API TransformationCode GenerationDeveloper ExperienceDocumentationSDK GenerationArazzoWorkflows
Provider
Workflows
import-validate-generate-portal
Import a spec, validate it, then build a docs portal if the spec is valid.
Creates an API entity from an uploaded specification, lints it, and generates a developer documentation portal 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 warnings.
3
generatePortal
generatePortal
Generate a developer documentation portal for the validated API entity and return the download URL.