Estimate a movie
curl --request POST \
--url https://api.keyframe.art/v1/movies/estimate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "<string>"
}
'{
"estimated_credits": 1,
"estimated_runtime_seconds": 1,
"currency": "<string>",
"amount_minor": 1,
"assumptions": [
"<string>"
]
}Movies
Estimate a movie
Estimate credits and rough runtime before creating a billable movie job.
POST
/
movies
/
estimate
Estimate a movie
curl --request POST \
--url https://api.keyframe.art/v1/movies/estimate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "<string>"
}
'{
"estimated_credits": 1,
"estimated_runtime_seconds": 1,
"currency": "<string>",
"amount_minor": 1,
"assumptions": [
"<string>"
]
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Creative brief for the movie.
Required string length:
10 - 8000Target final movie duration.
Required range:
5 <= x <= 120Available options:
16:9, 9:16, 1:1, 4:5 Natural-language style direction.
Maximum string length:
1000Maximum array length:
20Show child attributes
Show child attributes
Optional HTTPS endpoint for lifecycle events.
Response
Movie estimate.
Estimated credits required to create the movie.
Required range:
x >= 0Rough wall-clock generation time.
Required range:
x >= 0Required string length:
3Example:
"USD"
Estimated monetary value in minor currency units.
Required range:
x >= 0Important assumptions used for the estimate.
⌘I