画像のアセットメタデータの取得

image_info を使用して、アップロードしたアセットのメタデータを取得できます。次に例を示します。

https://s7ugc1.scene7.com/ugc/image?op=image_info&shared_secret=fece4b21-87ee-47fc-9b99-2e29b78b602&image_name=1442564.tif

正常に完了した場合の応答は次のようになります。

<?xml version="1.0" encoding="UTF-8" standalone="no" ?> 
<scene7> 
    <user_generated_content> 
        <response> 
            <serviceName>User Generated Content - Images</serviceName> 
            <version>1.0.0</version> 
            <operationName>image_info</operationName> 
            <serviceStatus>SUCCESS</serviceStatus> 
            <title>More information on 1442564.tif</title> 
            <message> 
            File created on Tue Sep 08 19:02:04 CDT 2009, File Size = 243494 bytes 
            <imageFormat>Tiff</imageFormat> 
            <colorSpace>Rgb</colorSpace> 
            <width>686</width> 
            <height>457</height> 
            </message> 
        </response> 
    </user_generated_content> 
</scene7>

URL クエリ文字列で以下のフィールドを使用して、アセットの情報を要求できます。

URL パラメータ

必須またはオプション

op

必須

image_info

shared_secret

必須

会社の共有秘密キー。

image_name

必須

画像の名前。

サンプル URL:

https://s7ugc1.scene7.com/ugc/image?op=image_info&shared_secret=fece4b21-87ee-47fc-9b99-2e29b78b602&image_name=1442564.tif

使用可能な HTTP メソッド:

GET と POST