Skip to main content
POST
Create Agent Execution

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

agent_id
string<uuid4>
required

Body

multipart/form-data
input_files
file[]
required

Files to extract data from. Supported file extensions: {'.eml', '.webp', '.jpg', '.gif', '.jpeg', '.txt', '.pdf', '.png'}. Maximum total size: 100 MiB. We process the .eml files as text files, i.e., we don't process non-textual attachments and content properly. For that, extract them from the .eml files separating them into different files.

Minimum array length: 1

Response

Successful Response

agentId
string<uuid4>
required
workspaceId
string<uuid4>
required
state
AgentExecutionStatePendingInputs · object
required
id
string<uuid4>
createdAt
string<date-time>
updatedAt
string<date-time>