Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Eigenpal Files API

Upload reusable files for later run or dataset use.

Eigenpal Files API is one of 6 APIs that Eigenpal publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Files. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and API documentation.

This API exposes 4 operations across 3 paths, and defines 5 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://studio.eigenpal.com.

4 operations 3 paths 5 schemas 1 DELETE2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://studio.eigenpal.com
Authentication
HTTP Bearer
Contact
License
Resource Areas
1

Authentication & Security 1

Eigenpal Files API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — API key issued from Settings → API Keys. Pass as Authorization: Bearer .

Paths & Operations 4

Across 3 paths, the API surfaces 4 operations — 1 DELETE, 2 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Files 4

Upload reusable files for later run or dataset use.

POST
/api/v1/files
Upload file
files.create body → 200400401403404413429500
GET
/api/v1/files/{id}
Get file metadata
files.get 1 param → 200400401403404413429500
DELETE
/api/v1/files/{id}
Delete file
files.delete 1 param → 200400401403404413429500
GET
/api/v1/files/{id}/content
Download file content
files.content.get 1 param → 200400401403404413429500

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are File (6 properties), ApiErrorIssue (4 properties), ApiErrorEnvelope (4 properties), CreateFileMultipartRequest (1 property). Each schema is shown below with its type and property counts.

DeleteFileResponse
object
1 property 1 required
CreateFileMultipartRequest
object
1 property 1 required
ApiErrorEnvelope
object
4 properties 2 required
File
object
6 properties 5 required
ApiErrorIssue
object
4 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

eigenpal-files-api-openapi.yml Raw ↑

Other APIs Eigenpal publishes across the network.

Eigenpal Automations API
Eigenpal Evaluation API
Eigenpal Metadata API
Eigenpal Reviews API
Eigenpal Runs API