curl \
--request POST 'http://api.example.com/import/kitsu/entities' \
--header "Authorization: $API_KEY"
DELETE
/auth/email-otp
curl \
--request DELETE 'http://api.example.com/auth/email-otp' \
--header "Authorization: $API_KEY"
GET
/data/assets/with-tasks
curl \
--request GET 'http://api.example.com/data/assets/with-tasks' \
--header "Authorization: $API_KEY"
GET
/data/assets/{asset_id}/casting
curl \
--request GET 'http://api.example.com/data/assets/{asset_id}/casting' \
--header "Authorization: $API_KEY"
GET
/data/projects/{project_id}/assets
curl \
--request GET 'http://api.example.com/data/projects/{project_id}/assets' \
--header "Authorization: $API_KEY"
POST
/actions/projects/{project_id}/assets/share
curl \
--request POST 'http://api.example.com/actions/projects/{project_id}/assets/share' \
--header "Authorization: $API_KEY"
GET
/data/projects/{project_id}/sequences/all/casting
curl \
--request GET 'http://api.example.com/data/projects/{project_id}/sequences/all/casting' \
--header "Authorization: $API_KEY"
GET
/data/shots/{shot_id}/asset-instances
curl \
--request GET 'http://api.example.com/data/shots/{shot_id}/asset-instances' \
--header "Authorization: $API_KEY"
POST
/actions/tasks/{task_id}/comment
curl \
--request POST 'http://api.example.com/actions/tasks/{task_id}/comment' \
--header "Authorization: $API_KEY"
PUT
/data/softwares/{instance_id}
curl \
--request PUT 'http://api.example.com/data/softwares/{instance_id}' \
--header "Authorization: $API_KEY"
DELETE
/data/output-types/{instance_id}
curl \
--request DELETE 'http://api.example.com/data/output-types/{instance_id}' \
--header "Authorization: $API_KEY"
GET
/data/working-files
curl \
--request GET 'http://api.example.com/data/working-files' \
--header "Authorization: $API_KEY"
PUT
/data/status-automations/{instance_id}
curl \
--request PUT 'http://api.example.com/data/status-automations/{instance_id}' \
--header "Authorization: $API_KEY"
GET
/data/search-filters/{instance_id}
curl \
--request GET 'http://api.example.com/data/search-filters/{instance_id}' \
--header "Authorization: $API_KEY"
GET
/data/schedule-items/{instance_id}
curl \
--request GET 'http://api.example.com/data/schedule-items/{instance_id}' \
--header "Authorization: $API_KEY"
GET
/data/entity-links/
curl \
--request GET 'http://api.example.com/data/entity-links/' \
--header "Authorization: $API_KEY"
GET
/data/entity-links/{instance_id}
curl \
--request GET 'http://api.example.com/data/entity-links/{instance_id}' \
--header "Authorization: $API_KEY"
PUT
/data/entity-links/{instance_id}
curl \
--request PUT 'http://api.example.com/data/entity-links/{instance_id}' \
--header "Authorization: $API_KEY"
DELETE
/data/chat-messages/{instance_id}
curl \
--request DELETE 'http://api.example.com/data/chat-messages/{instance_id}' \
--header "Authorization: $API_KEY"
GET
/data/edits/{edit_id}/task-types
curl \
--request GET 'http://api.example.com/data/edits/{edit_id}/task-types' \
--header "Authorization: $API_KEY"
GET
/data/events/last
curl \
--request GET 'http://api.example.com/data/events/last' \
--header "Authorization: $API_KEY"
POST
/import/shotgun/remove/scene
curl \
--request POST 'http://api.example.com/import/shotgun/remove/scene' \
--header "Authorization: $API_KEY"
POST
/import/shotgun/remove/asset
curl \
--request POST 'http://api.example.com/import/shotgun/remove/asset' \
--header "Authorization: $API_KEY"
POST
/import/kitsu/entities
GET
/data/projects/news
curl \
--request GET 'http://api.example.com/data/projects/news' \
--header "Authorization: $API_KEY"
GET
/data/playlists/{playlist_id}/build/mp4
curl \
--request GET 'http://api.example.com/data/playlists/{playlist_id}/build/mp4' \
--header "Authorization: $API_KEY"
GET
/data/playlists/{playlist_id}/jobs/{build_job_id}/build/mp4
curl \
--request GET 'http://api.example.com/data/playlists/{playlist_id}/jobs/{build_job_id}/build/mp4' \
--header "Authorization: $API_KEY"
GET
/data/playlists/preview-files/running
curl \
--request GET 'http://api.example.com/data/playlists/preview-files/running' \
--header "Authorization: $API_KEY"
GET
/pictures/thumbnails/attachment-files/{attachment_file_id}.png
curl \
--request GET 'http://api.example.com/pictures/thumbnails/attachment-files/{attachment_file_id}.png' \
--header "Authorization: $API_KEY"
GET
/pictures/originals/preview-files/{instance_id}/download
curl \
--request GET 'http://api.example.com/pictures/originals/preview-files/{instance_id}/download' \
--header "Authorization: $API_KEY"
GET
/pictures/preview-background-files/{instance_id}.{extension}
curl \
--request GET 'http://api.example.com/pictures/preview-background-files/{instance_id}.{extension}' \
--header "Authorization: $API_KEY"
Allow to modify the annotations stored at the preview level.
Modifications are applied via three fields:
annotations
to give all the annotations that need to be added.updates
that list annotations that needs to be modified.deletions
to list the IDs of annotations that needs to be removed.
PUT
/actions/preview-files/{preview_file_id}/update-annotations
curl \
--request PUT 'http://api.example.com/actions/preview-files/{preview_file_id}/update-annotations' \
--header "Authorization: $API_KEY"
GET
/data/projects/all
curl \
--request GET 'http://api.example.com/data/projects/all' \
--header "Authorization: $API_KEY"
DELETE
/data/projects/{project_id}/settings/task-status/{task_status_id}
curl \
--request DELETE 'http://api.example.com/data/projects/{project_id}/settings/task-status/{task_status_id}' \
--header "Authorization: $API_KEY"
GET
/data/shots/{shot_id}/task-types
curl \
--request GET 'http://api.example.com/data/shots/{shot_id}/task-types' \
--header "Authorization: $API_KEY"
GET
/data/sequences/{sequence_id}/shots
curl \
--request GET 'http://api.example.com/data/sequences/{sequence_id}/shots' \
--header "Authorization: $API_KEY"
GET
/data/projects/{project_id}/subscriptions
curl \
--request GET 'http://api.example.com/data/projects/{project_id}/subscriptions' \
--header "Authorization: $API_KEY"
GET
/data/persons/task-dates
curl \
--request GET 'http://api.example.com/data/persons/task-dates' \
--header "Authorization: $API_KEY"
POST
/actions/tasks/{task_id}/time-spents/{date}/persons/{person_id}/add
curl \
--request POST 'http://api.example.com/actions/tasks/{task_id}/time-spents/{date}/persons/{person_id}/add' \
--header "Authorization: $API_KEY"
GET
/data/user/projects/{project_id}/episodes
curl \
--request GET 'http://api.example.com/data/user/projects/{project_id}/episodes' \
--header "Authorization: $API_KEY"
GET
/data/user/tasks-to-check
curl \
--request GET 'http://api.example.com/data/user/tasks-to-check' \
--header "Authorization: $API_KEY"
POST
/actions/user/notifications/mark-all-as-read
curl \
--request POST 'http://api.example.com/actions/user/notifications/mark-all-as-read' \
--header "Authorization: $API_KEY"
GET
/data/concepts/with-tasks
curl \
--request GET 'http://api.example.com/data/concepts/with-tasks' \
--header "Authorization: $API_KEY"