Bulk assign sequences to a folder
Beta. This endpoint is in beta. Behavior, parameters, and response shapes may change without notice.
Assigns multiple sequences to a folder. Returns a map of sequence IDs that could not be processed with their error details.
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Authorization: Bearer <your-api-key>
Get your API key from the Reply dashboard: Settings → API Key.
Path Parameters
Sequence folder Id
Body
List of sequence IDs to assign to the folder
Response
Bulk assign result — only failed items are returned, keyed by sequence ID.
Per-item error codes:
| error | Meaning |
|---|---|
| 1 | NotFound — sequence does not exist |
Per-item error for non-atomic bulk operations. Only failed items are returned in the response dictionary. Items not present in the dictionary succeeded.