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/seeds

Authentication

Required. Include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Path Parameters

ParameterTypeDescription
bundleIdstringUUID of the bundle

Query Parameters

ParameterTypeRequiredDescription
appIdstringRequiredApplication identifier
externalUserIdstringRequiredExternal user identifier

Request Body

FieldTypeRequiredDescription
seedIdsstring[]RequiredArray of seed UUIDs to add

Response

FieldTypeDescription
messagestringConfirmation message
addedCountnumberNumber 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