Invoke Function By Path
function-path
InvokeFunctionByPathRequest
Function data
const response = await fetch('/v1/invoke_function/{function-path}', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "description": "text", "status": "text", "data": { "function_id": "text", "object_ids": [ "text" ] } }