pipeline
Upload Usd Immediate
Upload a USD file and create a session for later pipeline execution.
Provide exactly one of these two input modes:
- File upload: Provide usd_file (multipart).
- S3 reference: Provide s3_uri -- the service downloads server-side.
Client S3 access is fail-closed: the exact bucket name must be listed in TA_S3_ALLOWED_BUCKETS, and an empty allowlist rejects every client S3 URI before session-manager or S3 I/O.
Use the returned session_id with POST /pipeline to start processing.
post/pipeline/upload-usd
Response
Successful Response