# 回答

响应对象为 json 或页面选择的 html 代码,您可以选择选择该选项 &format= paramètre(la valeur par défaut est html)。

注意:代码 404 的响应表示页面探索,不涉及库存区域或页面特使 rid or url 是假的。

# 格式化 HTML

将您的产品放入 API 中 &format=html.

Headers:
  "Content-Type" => "text/plain"
  "Content-Encoding" => "gzip"
  "stored_at" => "2020-10-01T18:24:23+03:00"
  "original_status" => 200
  "pc_status" => 200
  "rid" => RID
  "url" => URL

Body:
  The HTML of the page

# 格式化 JSON

将您的产品放入 API 中 &format=json.

Headers:
  "Content-Type" => "application/json"
Body:
{
  stored_at: "2020-10-01T18:24:23+03:00",
  pc_status: 200,
  original_status: 200,
  rid: RID,
  url: URL,
  body: "The HTML of the page"
}