Add asset to collection
Add an asset to a manual or character collection. Provide a request ID or vector ID; unresolved references are materialized before local collection state is added. For character collections, the asset is added by applying the character tag.
POST
Add asset to collection
Documentation Index
Fetch the complete documentation index at: https://fal.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key must be prefixed with "Key ", e.g. Authorization: Key YOUR_API_KEY
Headers
Optional idempotency key for safe request retries
Example:
"550e8400-e29b-41d4-a716-446655440000"
Path Parameters
Collection ID
Minimum string length:
1Example:
"d8b6elcregj72v34jr8g"
Body
application/json
Response
Asset added
Whether the operation succeeded
Example:
true
Previous
Remove Asset from CollectionRemove an asset from a manual or character collection by request ID or vector ID.
Next
Add asset to collection