API Playground
Test and explore the MetaSearch API endpoints directly in your browser.
Endpoints
Parameters
/run_full_pipeline_uiJavaScript
import { Client } from "@gradio/client";
const client = await Client.connect("Tirath5504/MetaSearch");
const result = await client.predict("/run_full_pipeline_ui", {
title: ""Your title here"",
abstract: ""Your abstract here"",
reviews_json: ""Your reviews_json here""
});
console.log(result.data);