SOP-24:在貼文中嵌入影片

API SOP

在論壇貼文中以 HTML 內容的 iframe 方式嵌入 YouTube/Vimeo 影片。

1 個節點 · 0 條連接medirank
apisopmedirankpostsvideo
ex-sop-24-embed-video.osop.yaml
# 原始:SOP-24: 嵌入影片到文章
osop_version: '1.0'
id: sop-24-embed-video
name: "SOP-24:在貼文中嵌入影片"
description: "在論壇貼文中以 HTML 內容的 iframe 方式嵌入 YouTube/Vimeo 影片。"
version: 1.0.0
tags:
- api
- sop
- medirank
- posts
- video
nodes:
- id: step_1
  type: api
  subtype: rest
  name: POST /posts
  description: Create a forum post containing an embedded YouTube or Vimeo video via iframe in HTML content.
  runtime:
    method: POST
    url: https://medi-rank.com/api/v1
    endpoint: /posts
    headers:
      Authorization: Bearer ${secrets.TOKEN}
    body:
      title: My Treatment Video Share
      content: |-
        <p>Watch my recovery:</p><div class="video-embed"><iframe width="560" height="315" src="https://www.youtube.com/embed/VIDEO_ID" frameborder="0" allowfullscreen></iframe></div><p>This is day 3 post-treatment.</p>