Skip to content
QASignoff

Documentation

Import & export

Bring collections from Postman, Bruno, Hoppscotch, OpenAPI, or cURL.

Import & export

Bring existing work into Signoff Studio, or share Signoff-native files.

Import modal

Import a collection

  1. Click Import (API mode).
  2. On Collections, pick one of:
SourceAction
Signoff / Postman / Hoppscotch / OpenAPI JSONChoose collection JSON
BrunoChoose .bru file(s) or Bruno folder
cURL script fileChoose cURL file

Multiple files are supported — each becomes its own collection.

Docs demo

Import signoff-studio-starter.signoff.json as shown in Quick Start.

Import an environment

  1. Import → Environments.
  2. Choose a Signoff / Postman / Hoppscotch environment export.

Import environments

Paste cURL

  1. Import → CURL Command.
  2. Paste a full
    curl …
    command.
  3. Click Import as request.

Invalid pastes (not starting with

curl
/ Invoke-WebRequest) show a validation error.

Export

Export writes Signoff-native portable files:

  • Collection →
    *.signoff.json
    (
    signoff.studio/collection/v1
    )
  • Environment →
    *.signoff.env.json
    (
    signoff.studio/environment/v1
    )

Foreign formats are import on-ramps, not export targets.

Next

Need something else? See the FAQ. Questions: [email protected]. Bugs: [email protected].