Integración · Pdf4me
Automatización PDF4me — Gestión de documentos PDF
Automatiza tareas de procesamiento de PDFs (conversión, fusión, compresión, OCR) a través de la API de Pdf4me vía Composio.
EJEMPLO ILUSTRATIVO · requiere conexión a Pdf4me vía Rube MCP
1 · RUBE_SEARCH_TOOLS
2 · RUBE_MANAGE_CONNECTIONS (Pdf4me)
3 · RUBE_MULTI_EXECUTE_TOOL
Request (ejemplo)
{
"tool": "RUBE_MULTI_EXECUTE_TOOL",
"connection": "Pdf4me",
"tool_slug": "PDF4ME_LIST_ITEMS",
"params": {
"query": "CULTIVA IA demo",
"limit": 10
}
}
Response (ejemplo)
{
"status": "success",
"connection": "Pdf4me",
"count": 3,
"items": [
{
"id": "itm_001",
"name": "Ejemplo A",
"updated": "2026-06-12"
},
{
"id": "itm_002",
"name": "Ejemplo B",
"updated": "2026-06-12"
},
{
"id": "itm_003",
"name": "Ejemplo C",
"updated": "2026-06-12"
}
]
}