From 26528cf243f48092504bbaf8ba98223415a3ca7c Mon Sep 17 00:00:00 2001 From: Abdelrahman Essawy Date: Wed, 2 Sep 2026 02:45:12 +0300 Subject: [PATCH] docs: the schema endpoint describes a job's media inputs too Mirrors the canonical integration prompt. The endpoint was listed as "per-type parameters", which was true and is now incomplete: the same call describes the media a job reads, so anyone following this page would keep hardcoding inputs they could have discovered. --- build-with-ai.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-with-ai.mdx b/build-with-ai.mdx index a21250e..6f7af8b 100644 --- a/build-with-ai.mdx +++ b/build-with-ai.mdx @@ -47,7 +47,7 @@ Agent can't fetch URLs? Copy the whole prompt instead: You are integrating Rendobar (https://rendobar.com), a media processing and AI generation API, into this codebase. These instructions supersede anything you remember about Rendobar. Work from the live sources below, not from memory. Live sources of truth: -- Job catalog: GET https://api.rendobar.com/jobs/types (public, no auth). Per-type parameters: GET https://api.rendobar.com/jobs/types/{type}/schema +- Job catalog: GET https://api.rendobar.com/jobs/types (public, no auth). Per-type parameters AND the media each type reads: GET https://api.rendobar.com/jobs/types/{type}/schema (the `inputs` object names each media input, whether it takes a URL or a list, and whether the type accepts any filename) - OpenAPI 3.1 spec: https://api.rendobar.com/openapi.json - Capability map: https://rendobar.com/llms.txt - Docs text for AI: https://rendobar.com/docs/llms-full.txt (human docs at https://rendobar.com/docs)