How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Tigris Objects API

S3-compatible object CRUD, tagging, and tiering operations.

Tigris Objects API is one of 3 APIs that Tigris publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 10 operations across 5 paths, and defines 4 schemas. It is described by OpenAPI 3.2.0, at version 2026-06-20.

Requests are made against 2 base URLs: https://t3.storage.dev, https://fly.storage.tigris.dev.

10 operations 5 paths 4 schemas 2 DELETE3 GET1 HEAD2 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2026-06-20
Base URL
https://t3.storage.dev
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Tigris Objects API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (sigv4). By default, every request must be authenticated.

  • sigv4 — AWS Signature Version 4 request signing. Clients sign each request with a Tigris access key id (AWSACCESSKEYID=tid...) and secret access key (AWSSECRETACCESSKE…

Paths & Operations 10

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

Objects 10

S3-compatible object CRUD, tagging, and tiering operations.

GET
/{bucket}
List objects in a bucket (ListObjectsV2 / ListObjects).
listObjectsV2 7 params → 200
PUT
/{bucket}/{key}
Upload an object (PutObject) or copy an object (CopyObject).
putObject 5 params body → 200
GET
/{bucket}/{key}
Download an object (GetObject), optionally ranged or conditional.
getObject 7 params → 200206304404
HEAD
/{bucket}/{key}
Retrieve object metadata without the body (HeadObject).
headObject 2 params → 200404
DELETE
/{bucket}/{key}
Delete an object (DeleteObject).
deleteObject 2 params → 204
PUT
/{bucket}/{key}#tagging
Set the tag set on an object (PutObjectTagging).
putObjectTagging 2 params body → 200
GET
/{bucket}/{key}#tagging
Retrieve the tag set on an object (GetObjectTagging).
getObjectTagging 2 params → 200
DELETE
/{bucket}/{key}#tagging
Remove the tag set from an object (DeleteObjectTagging).
deleteObjectTagging 2 params → 204
POST
/{bucket}#delete
Delete multiple objects in one request (DeleteObjects).
deleteObjects 1 param body → 200
POST
/{bucket}/{key}#restore
Restore an archived (GLACIER) object (RestoreObject).
restoreObject 2 params → 202200

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are ListBucketResult (8 properties), Object (5 properties), Delete (2 properties), Tagging (1 property). Each schema is shown below with its type and property counts.

Tagging
object
1 property
Delete
object
2 properties
ListBucketResult
object
8 properties
Object
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tigris-data-objects-api-openapi.yml Raw ↑

Other APIs Tigris publishes across the network.

Tigris Buckets API
Tigris Multipart API
Where this information came from

This is an independent, third-party profile of Tigris Objects API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.