mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
@@ -0,0 +1,46 @@
|
||||
# Iframely
|
||||
|
||||
当今互联网的富媒体平台
|
||||
|
||||
<img height="128px" src="https://file.lifebus.top/imgs/iframely_logo.png" width="128px"/>
|
||||
|
||||
iframely 是针对所有各种富媒体嵌入和 URL 数据的统一交付服务。
|
||||
|
||||

|
||||
|
||||
## 特点
|
||||
|
||||
+ 最佳富媒体
|
||||
|
||||
iframely 了解来自 1900 多家出版商的富媒体,并且还在不断增加。视频、音频、应用程序、照片和图像、幻灯片、播放列表、播客、地图、3D、表格、文档、谜题、测验、图表和信息图表。您会自动获得所有新的发布商。
|
||||
|
||||
## API 端点
|
||||
|
||||
+ 请求示例
|
||||
|
||||
```http request
|
||||
${domain}/api/oembed?url={URL}&api_key={API_KEY}
|
||||
```
|
||||
|
||||
+ 响应示例
|
||||
|
||||
```json
|
||||
{
|
||||
"url": "https://vimeo.com/141567420",
|
||||
"type": "video",
|
||||
"version": "1.0",
|
||||
"title": "Input/Output",
|
||||
"description": "A new short from Terri Timely and Park Pictures",
|
||||
"author": "Terri Timely",
|
||||
"author_url": "https://vimeo.com/user1946955",
|
||||
"provider_name": "Vimeo",
|
||||
"thumbnail_url": "https://i.vimeocdn.com/…5aebf015a6472-d_295x166",
|
||||
"thumbnail_width": 295,
|
||||
"thumbnail_height": 166,
|
||||
"html": "<div style=\"left: 0px; width: 100%; height: 0px; position: relative; padding-bottom: 56.25%;\"><iframe src=\"https://player.vimeo.com/video/141567420\"style=\"top: 0px; left: 0px; width: 100%; height: 100%; position: absolute;\"></iframe></div>"
|
||||
}
|
||||
```
|
||||
|
||||
---
|
||||
|
||||

|
||||
Reference in New Issue
Block a user