> ## Documentation Index
> Fetch the complete documentation index at: https://docs.requestly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Learn how to import and export API collections, environments, and requests
 in Requestly.

Requestly makes it easy to move your work across devices, collaborate with teammates, and back up your collections and environments using powerful import/export features.

This section covers everything you need to know about:

* Bringing external data into the API client (like cURL, Postman, or `.json` files)

* Exporting your collections or environments for sharing, syncing, or backup

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/qS6R5rejAsM?si=gyKcYJWACr5w3S09" />

## Supported Imports

* [Import from cURL](/api-client/import-export/import-from-curl)

  Paste a raw `curl` command and convert it into a fully configured request.

* [Import/Export Collections](/api-client/import-export/import-export-api-collections)

  Upload or download `.json` files to share, back up, or migrate your API collections.

* [Import/Export Environments](/api-client/import-export/import-export-api-environment)

  Bring in or export environment variables like tokens, base URLs, and custom keys, all using simple `.json` files.

* [Import from Postman](/api-client/import-export/import-from-postman)

  Upload a Postman collection `.json` file to use it inside Requestly.

* [Import from HAR](/api-client/import-export/import-from-har)

  Turn a `.har` capture from your browser's DevTools or a proxy tool into an editable collection of requests.

* [Import OpenAPI Spec](/api-client/import-export/import-openapi-spec)

  Import an OpenAPI (Swagger) `.yaml` or `.json` file as a collection, an editable spec, or both.

* [Import from WSDL](/api-client/import-export/import-from-wsdl)

  Import SOAP services from a WSDL file or URL.

* Import from SoapUI

  Import SOAP requests from a SoapUI project `.xml` file.
