Skip to main content

import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint"; import ParamsDetails from "@theme/ParamsDetails"; import RequestSchema from "@theme/RequestSchema"; import StatusCodes from "@theme/StatusCodes"; import OperationTabs from "@theme/OperationTabs"; import TabItem from "@theme/TabItem"; import Heading from "@theme/Heading"; import Translate from "@docusaurus/Translate";

<Heading as={"h1"} className={"openapi__heading"} children={"Get oEmbed data"}

<MethodEndpoint method={"get"} path={"/oembed"} context={"endpoint"}

Get oEmbed data for a URL. Returns structured metadata following the oEmbed specification. Only PUBLIC resources are accessible.

<Heading id={"request"} as={"h2"} className={"openapi-tabs__heading"}

Request

<ParamsDetails {...require("./get-oembed.ParamsDetails.json")}

<RequestSchema {...require("./get-oembed.RequestSchema.json")}

<StatusCodes {...require("./get-oembed.StatusCodes.json")}