AI model Discovery API
Self-describing metadata for the public www.ai-model.jp WordPress REST API - registered content types, taxonomies and post statuses - and the route discovery document this profile was derived from.
Self-describing metadata for the public www.ai-model.jp WordPress REST API - registered content types, taxonomies and post statuses - and the route discovery document this profile was derived from.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
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.curl "https://apis.io/api/v1/apis/aimodel-discovery-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
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.
openapi: 3.2.0
info:
title: AI model Discovery API
version: wp/v2
summary: 'Self-describing metadata for the public www.ai-model.jp WordPress REST API: registered content
types, taxonomies and post statuses.'
description: 'AI model株式会社 publishes no developer portal, no API reference and no API product. Its corporate
site www.ai-model.jp runs on WordPress and serves the standard WordPress REST API anonymously at https://www.ai-model.jp/wp-json/.
That surface is a real, machine-readable, unauthenticated read API over AI model content. Write methods
(POST/PUT/PATCH/DELETE) and the administrative namespaces (settings, plugins, themes, block-types,
wp-abilities, ithemes-security, redirection, yoast, smart-cf-api, contact-form-7) are deliberately
excluded: they exist on the host but returned 401/403 anonymously and are not a public API. This is
a content API - it is NOT an AI image-generation or AI-model-rendering API, which AI model sells as
a managed creative service with no public programmatic interface. This document covers the self-describing
discovery endpoints, which is how the rest of this profile was derived: /wp/v2/types enumerates the
registered content types (including the custom types models, news, careerinfo and notification), /wp/v2/taxonomies
the registered taxonomies, and /wp/v2/statuses the post statuses.'
contact:
name: AI model株式会社
url: https://www.ai-model.jp/contact/
email: info@ai-model.jp
x-provenance:
method: derived
source: https://www.ai-model.jp/wp-json/
derived: '2026-09-14'
note: Derived by API Evangelist from the live WordPress REST route discovery document served anonymously
at https://www.ai-model.jp/wp-json/ (saved verbatim as openapi/aimodel-content-wp-routes-original.json).
Every path, method, parameter and parameter schema comes from that document; every path was verified
to return HTTP 200 anonymously on 2026-09-14. Not published by AI model株式会社.
servers:
- url: https://www.ai-model.jp/wp-json
description: Production
security:
- {}
tags:
- name: Discovery
description: 'Self-describing metadata: registered content types, taxonomies and post statuses.'
paths:
/wp/v2/types:
get:
operationId: listTypes
summary: List content types
description: List the content types exposed anonymously by the public www.ai-model.jp WordPress
REST API.
tags:
- Discovery
security:
- {}
x-verified:
checked: '2026-09-14'
http_status: 200
authentication: none
parameters:
- name: context
in: query
required: false
description: このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。
schema:
type: string
enum:
- view
- embed
- edit
default: view
responses:
'200':
description: Successful response.
content:
application/json:
schema:
type: object
'400':
description: Invalid parameter.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'404':
description: Resource not found.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
/wp/v2/types/{type}:
get:
operationId: getType
summary: Get one content type
description: Retrieve the registration record for a single content type.
tags:
- Discovery
security:
- {}
x-verified:
checked: '2026-09-14'
http_status: 200
authentication: none
parameters:
- name: type
in: path
required: true
schema:
type: string
description: 投稿タイプの英数字の識別子。
- name: context
in: query
required: false
description: このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。
schema:
type: string
enum:
- view
- embed
- edit
default: view
responses:
'200':
description: Successful response.
content:
application/json:
schema:
type: object
'400':
description: Invalid parameter.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'404':
description: Resource not found.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
/wp/v2/taxonomies:
get:
operationId: listTaxonomies
summary: List taxonomies
description: List the taxonomies exposed anonymously by the public www.ai-model.jp WordPress REST
API.
tags:
- Discovery
security:
- {}
x-verified:
checked: '2026-09-14'
http_status: 200
authentication: none
parameters:
- name: context
in: query
required: false
description: このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。
schema:
type: string
enum:
- view
- embed
- edit
default: view
- name: type
in: query
required: false
description: 特定の投稿タイプに関連付けられたタクソノミーに結果を制限します。
schema:
type: string
responses:
'200':
description: Successful response.
content:
application/json:
schema:
type: object
'400':
description: Invalid parameter.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'404':
description: Resource not found.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
/wp/v2/taxonomies/{taxonomy}:
get:
operationId: getTaxonomy
summary: Get one taxonomy
description: Retrieve the registration record for a single taxonomy.
tags:
- Discovery
security:
- {}
x-verified:
checked: '2026-09-14'
http_status: 200
authentication: none
parameters:
- name: taxonomy
in: path
required: true
schema:
type: string
description: タクソノミーの英数字の識別子。
- name: context
in: query
required: false
description: このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。
schema:
type: string
enum:
- view
- embed
- edit
default: view
responses:
'200':
description: Successful response.
content:
application/json:
schema:
type: object
'400':
description: Invalid parameter.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'404':
description: Resource not found.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
/wp/v2/statuses:
get:
operationId: listStatuses
summary: List post statuses
description: List the post statuses exposed anonymously by the public www.ai-model.jp WordPress
REST API.
tags:
- Discovery
security:
- {}
x-verified:
checked: '2026-09-14'
http_status: 200
authentication: none
parameters:
- name: context
in: query
required: false
description: このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。
schema:
type: string
enum:
- view
- embed
- edit
default: view
responses:
'200':
description: Successful response.
content:
application/json:
schema:
type: object
'400':
description: Invalid parameter.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'404':
description: Resource not found.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
/wp/v2/statuses/{status}:
get:
operationId: getStatus
summary: Get one post status
description: Retrieve a single post status registration record.
tags:
- Discovery
security:
- {}
x-verified:
checked: '2026-09-14'
http_status: 200
authentication: none
parameters:
- name: status
in: path
required: true
schema:
type: string
description: ステータスの英数字の識別子。
- name: context
in: query
required: false
description: このリクエストが作成されたスコープ。レスポンスに含まれるフィールドはスコープにより異なります。
schema:
type: string
enum:
- view
- embed
- edit
default: view
responses:
'200':
description: Successful response.
content:
application/json:
schema:
type: object
'400':
description: Invalid parameter.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'404':
description: Resource not found.
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
components:
schemas:
Error:
type: object
properties:
code:
type: string
message:
type: string
data:
type: object
properties:
status:
type: integer
description: WordPress REST API error envelope.