Export one or more schemas to a downloadable zip file.
Request Body:
aiSchemaIds (string, required): Comma-separated list of schema IDs to exportResponse:
exportedFileDownloadUrl (string): Pre-signed URL to download the exported zip file (valid for 1 hour)s3Path (string): S3 path where the file is storedfileName (string): Name of the exported fileExample:
{
"aiSchemaIds": "649e2d2d2d2d2d2d2d2d2d2d,649e2d2d2d2d2d2d2d2d2d2e"
}
| Property | Type | Required | Description |
|---|---|---|---|
| aiSchemaIds | string | Yes | Comma-separated list of schema IDs to export |
/prod/v1/files/schema/import endpoint.API key for authentication
AISchemaIds IDs to export (comma-separated)
"649e2d2d2d2d2d2d2d2d2d2d,649e2d2d2d2d2d2d2d2d2d2e"