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

Julep Files API

The Files API from Julep — 2 operation(s) for files.

Julep Files API is one of 12 APIs that Julep 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 and authentication docs.

This API exposes 2 operations across 2 paths, and defines 6 schemas. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against a single base URL, https://{serverEnv}.julep.ai/api.

2 operations 2 paths 6 schemas 1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://api.julep.ai/api
Authentication
API Key, API Key
Contact
License
Terms of Service
Resource Areas
1

Authentication & Security 2

Julep Files API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (ApiKeyAuth). An API key is passed in the header as X-Auth-Key (ApiKeyAuth_). By default, every request must be authenticated.

Paths & Operations 2

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

Files 2
POST
/files
Create a new File
FilesRoute_create body → 201
GET
/files/{id}
Get a File by its id
FilesRoute_get 1 param → 200

Schemas 6

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

Files.File
object
9 properties 8 required
Common.uuid
string
Files.CreateFileRequest
object
Payload for creating a file
5 properties 4 required
Common.mimeType
string
Valid mime types
Common.identifierSafeUnicode
string
For Unicode character safety See: https://unicode.org/reports/tr31/ See: https://www.unicode.org/reports/tr39/IdentifierCharacters
Common.canonicalName
string
For canonical names (machine-friendly identifiers) Must start with a letter and can only contain letters, numbers, and underscores

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

julep-files-api-openapi.yml Raw ↑

Other APIs Julep publishes across the network.

Julep Agents API
Julep Docs API
Julep Embed API
Julep Executions API
Julep Jobs API
Julep Projects API
Julep Responses API
Julep Secrets API
Julep Sessions API
Julep Tasks API
Julep Users API