Vidjet App API

The first-party HTTP API behind the Vidjet embed and the Vidjet platform plugins, served from https://app-api.vidjet.io (Express). Vidjet publishes no developer documentation, reference, or machine-readable contract for it, but publishes the base URL and several endpoints itself: the GPL-licensed WordPress plugin on WordPress.org calls POST /plugins/install, POST /plugins/uninstall, POST /orders and /woocommerce/auth-callback, and the public embed script at media.vidjet.io/client-app.js calls GET /widgets?siteId=... to resolve which video campaigns render on a page. Endpoint existence was verified by OPTIONS preflight (each returns 200 with an Allow header, while unknown paths return 404) and GET /widgets was observed returning 200 application/json without authentication. No OpenAPI, GraphQL SDL, AsyncAPI, MCP server, or agent card is published on any Vidjet host.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/app-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: vidjet:app-api
name: Vidjet App API
description: 'The first-party HTTP API behind the Vidjet embed and the Vidjet platform plugins, served
  from https://app-api.vidjet.io (Express). Vidjet publishes no developer documentation, reference, or
  machine-readable contract for it, but publishes the base URL and several endpoints itself: the GPL-licensed
  WordPress plugin on WordPress.org calls POST /plugins/install, POST /plugins/uninstall, POST /orders
  and /woocommerce/auth-callback, and the public embed script at media.vidjet.io/client-app.js calls GET
  /widgets?siteId=... to resolve which video campaigns render on a page. Endpoint existence was verified
  by OPTIONS preflight (each returns 200 with an Allow header, while unknown paths return 404) and GET
  /widgets was observed returning 200 application/json without authentication. No OpenAPI, GraphQL SDL,
  AsyncAPI, MCP server, or agent card is published on any Vidjet host.'
humanURL: https://help.vidjet.io/en/articles/5523099-manual-integration-script-js
baseURL: https://app-api.vidjet.io
tags:
- Video
- Widgets
- E-Commerce
- Embed
tags_raw:
- Video
- Widgets
- E-commerce
- Embed
properties:
- type: Authentication
  url: authentication/vidjet-authentication.yml
- type: Conventions
  url: conventions/vidjet-conventions.yml
- type: DataModel
  url: data-model/vidjet-data-model.yml
- type: Documentation
  url: https://help.vidjet.io/en/articles/5523099-manual-integration-script-js
- type: SourceCode
  url: https://wordpress.org/plugins/vidjet/