Skip to main content
Version: Latest

Get Project by Name

Import project deals with how to load a pre-existing project by sending api requests in JSON format.

If there are multiple projects with the same name in your account, only the most recent one will be loaded.


1. API endpoint

https://aistudios.com/api/odin/editor/project/name/${project name}

2. Response parameters

keydesctype
successSuccess RateBoolean
responseProject dataJson
response.projectNameProject nameString
response.scenesscene dataArray(json)
msgError MessageBoolean

3. Sample Request

curl https://aistudios.com/api/odin/editor/project/name/${project name}  \
-H "Authorization: ${API KEY}" \
-H "Content-Type: application/json" \
-X GET