REST Query Import

Save time by importing REST queries

The REST query import feature allows you to import one or more queries at a time.

Import Formats

The supported formats for import are:

  • Swagger 2.0 / OpenAPI 2.0 (yaml or json)

  • CURL

Import Sources

URL

Enter the link to your API documentation.

The Link import modal

File

Upload a file containing your API documentation.

The File import modal

Text

Enter the documentation string directly.

The Raw Text import modal

When the import completes the new queries will be displayed in the datasource

A newly imported datasource

Import into a new datasource

To import queries into a new datasource use

  • Data>Sources>Add>Rest>Import

The datasource creation modal showing REST import

Import into an existing datasource

To import queries into a new datasource use

  • Data>Sources>Select REST source>Queries>Import

The import button in an existing datasource

Last updated