Skip to content

Finish Upload

Terminal window
https://mapi.storyblok.com/v1/spaces/:space_id/assets/:asset_id/finish_upload

Validates an uploaded asset and returns a minimal asset object. See upload and replace assets for further information.

  • :space_id required number

    Numeric ID of a space

  • :asset_id string

    Numeric id of an asset

  • asset object

    A minimal asset object.

    Show child properties
    • id number

      The asset ID

    • filename string

      The asset filename

    • alt string

      The asset alt text

    • copyright string

      Copyright text for the asset (default language)

    • title string

      Title of the asset

    • focus string

      The focus point of the image (Only for image assets)

    • is_private boolean

      Defines if the asset should be inaccessible to the public

curl "https://mapi.storyblok.com/v1/spaces/123123/assets/89062407031871/finish_upload" \
-H "Authorization: YOUR_OAUTH_TOKEN"