generated: '2026-08-01' method: derived source: openapi/leia-immersity-cloud-api-openapi.yml, https://docs-api.immersity.ai/docs/getting-started note: >- Request/response examples assembled from the `example` values the provider publishes in its own OpenAPI schemas and from the code snippets in the published getting-started guide. No values were invented; where the provider publishes a placeholder ("https://...") it is reproduced as a placeholder. auth_example: operation: get-access-token-1 request: method: POST url: https://auth.immersity.ai/auth/realms/immersity/protocol/openid-connect/token content_type: application/x-www-form-urlencoded body: client_id: YOUR_CLIENT_ID client_secret: YOUR_CLIENT_SECRET grant_type: client_credentials response: fields: - access_token use: 'Authorization: Bearer ' examples: - operation: StorageController_getStoragePresignedUrl method: GET path: /api/v1/get-upload-url response_example: url: https://leia-storage.s3.amazonaws.com/... urlExpiresUTC: '2021-04-28T12:00:00.000Z' - operation: ProductPricingController_getPrices method: GET path: /api/v1/prices response_example: disparity: mono: 5 animation: gif: 5 mp4: 5 - operation: TransactionController_estimateMonoDepth method: POST path: /api/v1/disparity request_example: correlationId: 4d4eb584-a5cd-453b-8b67-567c1df26cb4 inputImageUrl: https://... resultPresignedUrl: https://... optional_parameters: dilation: 0.0063 inputType: image2d outputBitDepth: uint8 response_example: correlationId: 123e4567-e89b-12d3-a456-426614174000 resultPresignedUrl: https://... - operation: TransactionController_generateAnimation method: POST path: /api/v1/animation request_example: correlationId: 4d4eb584-a5cd-453b-8b67-567c1df26cb4 inputImageUrl: https://... inputDisparityUrl: https://... resultPresignedUrl: https://... optional_parameters: animationType: mp4 animationLength: 4 outputWidth: 600 outputHeight: 450 amplitudeX: 1 amplitudeY: 1 amplitudeZ: 1 phaseX: 0 phaseY: 0.25 phaseZ: 0.25 numberOfLoops: 0 pattern: '{0.0, 0.0, 0.0, 0.0, 0.0, 0.0}' - operation: TransactionController_generateStereoSbs method: POST path: /api/v1/sbs request_example: correlationId: 4d4eb584-a5cd-453b-8b67-567c1df26cb4 inputImageUrl: https://... inputDisparityUrl: https://... resultPresignedUrl: https://... optional_parameters: width: 600 height: 450 outputType: sbs - operation: TransactionController_generateStereoTopBottom method: POST path: /api/v1/topBottom request_example: correlationId: 4d4eb584-a5cd-453b-8b67-567c1df26cb4 inputImageUrl: https://... inputDisparityUrl: https://... resultPresignedUrl: https://... - operation: TransactionController_encodeLif method: POST path: /api/v1/encode request_example: correlationId: 4d4eb584-a5cd-453b-8b67-567c1df26cb4 inputSingleImageUrl: https://... inputSingleDisparityUrl: https://... resultPresignedUrl: https://... - operation: TransactionController_decodeLif method: POST path: /api/v1/decode request_example: correlationId: 4d4eb584-a5cd-453b-8b67-567c1df26cb4 inputImageUrl: https://... resultPresignedUrl: https://... - operation: TransactionController_generateVideoConversion method: POST path: /api/v1/video request_example: correlationId: 4d4eb584-a5cd-453b-8b67-567c1df26cb4 inputVideoUrl: https://... resultPresignedUrl: https://... videoLength: 10 creditAmount: 10 callbackUrl: https://... outputWidth: 1920 outputHeight: 1080 optional_parameters: outputType: sbs gain: -1 convergence: 0 dilateRatio: 3 - operation: TransactionController_generateSpatialVideoConversion method: POST path: /api/v1/spatial request_example: correlationId: 4d4eb584-a5cd-453b-8b67-567c1df26cb4 inputVideoUrl: https://... resultPresignedUrl: https://... videoLength: 10 creditAmount: 10 callbackUrl: https://... inputType: sbs published_sample_code: repository: https://github.com/LeiaInc/leiapix-cloud-api-example languages: - python - javascript docs_snippets: https://docs-api.immersity.ai/docs/getting-started