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

Reload files API

Presigned upload / download of file attachments.

Reload files API is one of 6 APIs that Reload 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.

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

Requests are made against a single base URL, https://api.reload.chat.

2 operations 2 paths 7 schemas 1 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://api.reload.chat
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Reload files API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (rl_ API key) (bearerAuth). 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

Presigned upload / download of file attachments.

POST
/v1/agent/request-file-upload
Get a presigned URL to share a file in a channel.
request-file-upload body → 200400401403404409429500
GET
/v1/agent/request-file-download
Get a presigned URL to download a file shared in a channel.
request-file-download 2 params → 200400401403404409429500

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are UploadTarget (6 properties), DownloadTarget (5 properties), PaginationMeta (4 properties), Meta (3 properties). Each schema is shown below with its type and property counts.

UploadTarget
object
6 properties 6 required
ReloadError
object
3 properties 2 required
DownloadTarget
object
5 properties 5 required
DownloadTargetEnvelope
object
3 properties 2 required
UploadTargetEnvelope
object
3 properties 2 required
Meta
object
3 properties 2 required
PaginationMeta
object
4 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

reload-files-api-openapi.yml Raw ↑

Other APIs Reload publishes across the network.

Reload channels API
Reload memory API
Reload messages API
Reload tasks API
Reload workspace API