Extracta Ai

Learn how to use Extracta Ai with Composio

Overview

Enum

EXTRACTA_AI

Description

Extracta.ai is an AI-powered platform that automates data extraction from various document types, including PDFs, images, and text files, without requiring prior training.

Authentication Details

api_key
stringRequired

Actions

Tool to initiate a new document extraction process. use when you have prepared extraction details and need to start processing the document. returns a unique extraction id for tracking.

Action Parameters

extractionDetails
objectRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete an extraction process. use after confirming the extraction id to remove. example: delete extraction with id '123e4567-e89b-12d3-a456-426614174000'.

Action Parameters

extractionId
stringRequired

Action Response

data
object
error
string
message
string
status
string
successful
boolean
Tool to retrieve details of an existing extraction process. use after starting an extraction to monitor its status and retrieve results.

Action Parameters

extractionId
stringRequired

Action Response

data
object
error
string
successful
boolean