Skip to main content
POST
/
api
/
v1
/
runs
/
{id}
/
files
Upload run input file
curl --request POST \
  --url https://app.eigenpal.com/api/v1/runs/{id}/files \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{}

Authorizations

Authorization
string
header
required

API key issued from Settings → API Keys. Pass as Authorization: Bearer <key>.

Path Parameters

id
string
required

Body

multipart/form-data
file
file
required

File contents

Response

Uploaded file

{key}
any