REST API: Open source with space in name
Posted: Fri Aug 02, 2024 16:37
Does anyone know the correct syntax to open a source into a clip that has a space in the source's name? I'm trying to load a text block source into a clip but can't get it to work.
I'm using the endpoint: and have tried a bunch of different variations for the body value such as:
But none of these seem to work. Using a source that doesn't have a space in it's name like works fine.
Thank you!
I'm using the endpoint:
Code: Select all
/composition/clips/by-id/{clip-id}/open
Code: Select all
source:///video/TextBlock
source:///video/Textblock
source:///video/Text_Block
source:///video/Text\ Block
Code: Select all
source:///video/Checkered
Thank you!