Pipeline Templates (Deprecated)
Add Template Examples
Upload example files for a template. Admin-only.
POST
Add Template Examples
Previous
Request Upload UrlRequest a presigned upload URL for direct client-side upload to storage.
This is the recommended upload flow:
1. Client calls this endpoint with filename and content_type
2. Backend creates a pending file record and returns presigned PUT URL
3. Client uploads directly to storage using the presigned URL
4. Client calls /confirm to verify upload and get actual file size
Next
Add Template Examples