For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Open sourceSupportFAQsDocs Home
DocumentationAPI ReferenceRelease notes
DocumentationAPI ReferenceRelease notes
  • Introduction
    • Overview
    • Authentication
  • Guides
    • Integration API routes
    • Operations Manager search APIs
    • Search API
    • URL query parameters
    • Use query parameters in API requests
  • Reference
        • POSTCreate a single transformation
        • DELDelete a single transformation document
        • GETGet transformation document by ID
        • POSTImport a single transformation
        • POSTRun a transformation
        • GETSearch for transformation documents
        • PUTUpdate a single transformation
LogoLogo
Open sourceSupportFAQsDocs Home
ReferenceTransformations

Import a single transformation

POST
http://localhost:3000/transformations/import
POST
/transformations/import
$curl -X POST http://localhost:3000/transformations/import \
> -H "Content-Type: application/json" \
> -u "<username>:<password>" \
> -d '{}'
1{}
Imports a single transformation.
Was this page helpful?
Previous

Run a transformation

Next
Built with

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Request

transformation

Response

Imported transformation document.

Errors

500
Internal Server Error