asset/$asset_id/still/create

25Sep2009

Generating a still image

This call implements a still generation based on the source file using the specified parameters. In the call the mediafile_id and the other parameters is passed. In the response the job id is returned, it can be used to request the status of that job.

Request URL

/asset/{asset_id}/still/create [POST]

Request parameters

Parameter

Type

Description

Method

Obligatory/Optional

asset_id

alphanumeric

asset id

URL

obligatory

mediafile_id

alphanumeric

mediafile id

POST

obligatory

user_id

string

user id

POST

obligatory

frametime

integer

Time in second

POST

optional

width

integer

width of image

POST

optional

height

integer

height of image

POST

optional

* See: Still creation parameters (POST) on /mediafile/{mediafile_id}/still/create [POST]

 

Example request URL (POST)

/asset/6c704fbd4ef58f2447fd1a3e7/still/create
POST:
user_id=entree004

frametime=12

Response fields

Field

Description

job_id

job id

Example response

<items>
  <item id="1">
    <job_id>7596</job_id>
  </item>
</items>