media

Get media upload details

Get details for a registered media upload, including its current status.

Learn more about video Pin creation.

get/media/{media_id}

Path parameters

media_idstring required

Unique identifier for this media upload. Used to track status and for attaching during Pin creation.

Response

The request has succeeded.

media_idstring required

Unique identifier for this media upload. Used to track status and for attaching during Pin creation.

media_type'video' required
status'registered' | 'processing' | 'succeeded' | 'failed'

Example response

{
  "media_id": "12345"
}

Changes

Changed in 4 of the 29 revisions of this API.39

  • v514c297539b6427See the full diff
    • the media_type response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • the status response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 429

      response-non-success-status-added

    • the response optional property media_type became not read-only for the status 200

      response-optional-property-became-not-read-only

    • the response property media_id became required for the status 200

      response-property-became-required

    • the response property media_type became required for the status 200

      response-property-became-required

    This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added