Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.71 KB

File metadata and controls

20 lines (14 loc) · 1.71 KB

Imaginode

Browser-based AI creation studio with a node canvas for generating images, videos, voice-overs and LLM outputs. Provides a REST API, a hosted MCP server, and an llms.txt for programmatic and agent-based generation using a shared credit balance.

APIs

  • Imaginode REST API — REST API to list models and launch/track image and video generations. Endpoints: GET /api/models (unauthenticated catalog & pricing), POST /api/generate, GET /api/generate/status. Uses imk_ bearer-key authentication. (https://imaginode.ai)
  • Imaginode MCP Server — Hosted MCP server (Streamable HTTP transport) exposing four tools: list_models, generate_image, generate_video, get_generation_status. Authenticated via Authorization: Bearer imk_ header. (https://imaginode.ai/api/mcp)

Three publicly consumable interfaces confirmed from Imaginode's own docs: a prose-documented REST API (/api/models, /api/generate, /api/generate/status) with imk_ bearer-key auth, a hosted MCP server at https://imaginode.ai/api/mcp (Streamable HTTP, four tools), and llms.txt (plus llms-full.txt, rebuilt hourly). No formal machine-readable API contract (OpenAPI/AsyncAPI/GraphQL/Postman) is published. An apis.json exists at https://imaginode.ai/apis.json advertising the LLMsTxt. No published agent skills found. Operated by BUSINESSDYNAMITE (imaginode.ai@gmail.com).

Generated by apis.io from a community submission.