---
title: Swagger Specification
layour: layout.html
---

# Intro

The Swagger specification is a format to describe RESTful APIs, that allow both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or though network traffic inspection.

# Swagger YAML specification file

You can download it at the following link: <a href="/rest-api/swagger-specification/yaml/swagger-specification.yaml" target="_blank">swagger-specification.yaml</a>.


# How to explore the API using the Swagger specification file 

In order to get a user-friendly visualization of the API specification, you can follow the steps below:

1. access the online Swagger editor at https://editor.swagger.io/ 
2. download the file <a href="/rest-api/swagger-specification/yaml/swagger-specification.yaml" target="_blank">swagger-specification.yaml</a>
3. copy and paste the content of the file to the online Swagger editor
4. the online Swagger editor will update its visualization and you will be able to visualize the services and resources available on the API on the right section of the editor

For any other help, please contact hello@wonderflow.co
