Skip to main content
Version: Latest

Get Chromakey/Audio item

The Get Chromakey/Audio Item section shows you how to send an API request in JSON format to fetch an exported chromakey video or audio file.

1. API endpoint

https://aistudios.com/api/odin/simple/find/${key}

2. Response parameters

keydesctype
successProgress on Request SuccessBoolean
keyProject IDString

3. Sample Request

curl https://aistudios.com/api/odin/simple/find/${key}  \
-H "Authorization: ${API KEY}" \
-H "Content-Type: application/json" \
-X POST \
-d '{}'