Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Usage records for source media IDs in named workflows
interface MediaUse { id: string; user_media_id: string; name: string; source_id: string | null; created_at: string; } interface GetMediaUseResponse { sourceIds: string[]; entries: MediaUse[]; } interface FilterMediaResponse { available: string[]; used_count: number; available_count: number; }
POST /media/use
POST /media/filter