About this endpoint
What it does
Converts JSON fetched from a publicly accessible URL into a YAML file and returns a pre-signed S3 URL where the converted file can be downloaded.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Output name for the generated file. Default: sample-output. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| url | String | Yes | Publicly accessible URL pointing to a JSON resource. Must be a valid URI. The URL must return application/json, text/plain, application/octet-stream, or binary/octet-stream, or the Content-Disposition / URL path must include .json. |
Response
Returns a JSON object with a data string field containing a pre-signed S3 URL to the converted file. The success response is a JSON object with one top-level field: data (String).
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | String | Yes | Pre-signed S3 URL to the converted file. |