curl --location --request GET 'https://api.golivecosmos.com/v1/edits/647f79a222e224369dbf7e92' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>' \
{
"type": "edit",
"id": "647f79a222e224369dbf7e92",
"attributes": {
"createdAt": "2023-06-06T18:22:41.557Z",
"status": "done",
"commands": [
"image-to-video"
],
"options": {
"fps": 24,
"duration": 5
},
"assets": [
{ "type": "image", "src": "https://picsum.photos/200/300" }
]
"downloadUrls": ["https://cosmos-org-assets.s3.amazonaws.com/production/64249607732dd0eb4b42ce02/asset_0.mp4"]
},
"relationships": {
"organization": {
"links": {
"self": "/v1/organizations/647f79a222e224369dbf7e90"
},
"data": {
"type": "organization",
"id": "647f79a222e224369dbf7e90"
}
}
}
}
This endpoint returns an Edit document.
curl --location --request GET 'https://api.golivecosmos.com/v1/edits/647f79a222e224369dbf7e92' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>' \
{
"type": "edit",
"id": "647f79a222e224369dbf7e92",
"attributes": {
"createdAt": "2023-06-06T18:22:41.557Z",
"status": "done",
"commands": [
"image-to-video"
],
"options": {
"fps": 24,
"duration": 5
},
"assets": [
{ "type": "image", "src": "https://picsum.photos/200/300" }
]
"downloadUrls": ["https://cosmos-org-assets.s3.amazonaws.com/production/64249607732dd0eb4b42ce02/asset_0.mp4"]
},
"relationships": {
"organization": {
"links": {
"self": "/v1/organizations/647f79a222e224369dbf7e90"
},
"data": {
"type": "organization",
"id": "647f79a222e224369dbf7e90"
}
}
}
}
Show Edit Document Attributes
queued status. When the edit is complete the status will be updated to done.curl --location --request GET 'https://api.golivecosmos.com/v1/edits/647f79a222e224369dbf7e92' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>' \
{
"type": "edit",
"id": "647f79a222e224369dbf7e92",
"attributes": {
"createdAt": "2023-06-06T18:22:41.557Z",
"status": "done",
"commands": [
"image-to-video"
],
"options": {
"fps": 24,
"duration": 5
},
"assets": [
{ "type": "image", "src": "https://picsum.photos/200/300" }
]
"downloadUrls": ["https://cosmos-org-assets.s3.amazonaws.com/production/64249607732dd0eb4b42ce02/asset_0.mp4"]
},
"relationships": {
"organization": {
"links": {
"self": "/v1/organizations/647f79a222e224369dbf7e90"
},
"data": {
"type": "organization",
"id": "647f79a222e224369dbf7e90"
}
}
}
}