Bundles / Add Seeds
Add Seeds to Bundle
Add one or more seeds to a bundle. Seeds can belong to multiple bundles, allowing flexible organization schemes. Use this endpoint to organize newly uploaded content or create curated collections.
POST
{baseAPIUrl}/bundles/:bundleId/seedsAuthentication
Required. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYPath Parameters
| Parameter | Type | Description |
|---|---|---|
| bundleId | string | UUID of the bundle |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| appId | string | Required | Application identifier |
| externalUserId | string | Required | External user identifier |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| seedIds | string[] | Required | Array of seed UUIDs to add |
Response
| Field | Type | Description |
|---|---|---|
| message | string | Confirmation message |
| addedCount | number | Number of seeds successfully added |
Try It
Path Parameters
UUID of the bundle
Query Parameters
Application identifier for multi-tenant isolation
External user identifier for data isolation
Request Body
Array of seed UUIDs to add to the bundle