Turntide Technologies Oembed/1.0 API
The oembed/1.0 API from Turntide Technologies — 3 operation(s) for oembed/1.0.
The oembed/1.0 API from Turntide Technologies — 3 operation(s) for oembed/1.0.
openapi: 3.2.0
info:
title: Turntide WordPress REST Oembed/1.0 API
version: wp/v2
summary: The machine-readable REST surface published at turntide.com/wp-json.
description: The WordPress REST API surface published by Turntide Technologies at https://turntide.com/wp-json/. This document was DERIVED mechanically from the live route index -- every path, method and parameter below appears in that index -- and component schemas were harvested from live HTTP OPTIONS responses on the core wp/v2 collections. It covers the corporate website's content/CMS surface plus the WordPress Abilities API (wp-abilities/v1) and an MCP adapter namespace (mcp). It is NOT a product API for Turntide's motors, power electronics, energy storage or thermal hardware -- Turntide publishes no public developer API for those products.
contact:
url: https://turntide.com/contact-us/
x-derived-from: https://turntide.com/wp-json/
x-derived-on: '2026-08-02'
x-derived-by: API Evangelist enrichment pipeline (local-v1)
servers:
- url: https://turntide.com/wp-json
description: Turntide WordPress REST API
tags:
- name: oembed/1.0
paths:
/oembed/1.0:
get:
operationId: getOembed10
summary: GET /oembed/1.0
description: Operation advertised by the WordPress REST route index at https://turntide.com/wp-json/ for route `/oembed/1.0` in the `oembed/1.0` namespace.
tags:
- oembed/1.0
responses:
'200':
description: Successful response
content:
application/json:
schema:
type: object
default:
description: WordPress REST error envelope (observed live on this host)
content:
application/json:
schema:
$ref: '#/components/schemas/RestError'
parameters:
- name: namespace
in: query
required: false
schema:
default: oembed/1.0
- name: context
in: query
required: false
schema:
default: view
/oembed/1.0/embed:
get:
operationId: getOembed10Embed
summary: GET /oembed/1.0/embed
description: Operation advertised by the WordPress REST route index at https://turntide.com/wp-json/ for route `/oembed/1.0/embed` in the `oembed/1.0` namespace.
tags:
- oembed/1.0
responses:
'200':
description: Successful response
content:
application/json:
schema:
type: object
default:
description: WordPress REST error envelope (observed live on this host)
content:
application/json:
schema:
$ref: '#/components/schemas/RestError'
parameters:
- name: url
in: query
required: true
schema:
type: string
format: uri
description: The URL of the resource for which to fetch oEmbed data.
- name: format
in: query
required: false
schema:
default: json
- name: maxwidth
in: query
required: false
schema:
default: 600
/oembed/1.0/proxy:
get:
operationId: getOembed10Proxy
summary: GET /oembed/1.0/proxy
description: Operation advertised by the WordPress REST route index at https://turntide.com/wp-json/ for route `/oembed/1.0/proxy` in the `oembed/1.0` namespace.
tags:
- oembed/1.0
responses:
'200':
description: Successful response
content:
application/json:
schema:
type: object
default:
description: WordPress REST error envelope (observed live on this host)
content:
application/json:
schema:
$ref: '#/components/schemas/RestError'
parameters:
- name: url
in: query
required: true
schema:
type: string
format: uri
description: The URL of the resource for which to fetch oEmbed data.
- name: format
in: query
required: false
schema:
type: string
enum:
- json
- xml
default: json
description: The oEmbed format to use.
- name: maxwidth
in: query
required: false
schema:
type: integer
default: 600
description: The maximum width of the embed frame in pixels.
- name: maxheight
in: query
required: false
schema:
type: integer
description: The maximum height of the embed frame in pixels.
- name: discover
in: query
required: false
schema:
type: boolean
default: true
description: Whether to perform an oEmbed discovery request for unsanctioned providers.
components:
schemas:
RestError:
type: object
description: WordPress REST API error envelope, observed live on this host (e.g. rest_forbidden 401, rest_no_route 404).
properties:
code:
type: string
examples:
- rest_forbidden
- rest_no_route
message:
type: string
data:
type: object
properties:
status:
type: integer
securitySchemes:
applicationPassword:
type: http
scheme: basic
description: WordPress Application Passwords, advertised by the route index at https://turntide.com/wp-json/ under authentication.application-passwords; authorization endpoint https://turntide.com/wp-admin/authorize-application.php
mcpOAuth2:
type: oauth2
description: OAuth 2.1 authorization server advertised at https://turntide.com/.well-known/oauth-authorization-server (PKCE S256, scope 'mcp'); protects the MCP endpoint declared at https://turntide.com/.well-known/oauth-protected-resource
flows:
authorizationCode:
authorizationUrl: https://turntide.com/oauth/authorize
tokenUrl: https://turntide.com/oauth/token
refreshUrl: https://turntide.com/oauth/token
scopes:
mcp: Access the Turntide MCP server