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

Tano Contact API

Contact form submissions and updates.

Tano Contact API is one of 5 APIs that Tano publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Contact. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 2 operations across 2 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://tano.ai.

2 operations 2 paths 5 schemas 1 PATCH1 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://tano.ai
Contact
Terms of Service
Resource Areas
1

Paths & Operations 2

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

Contact 2

Contact form submissions and updates.

POST
/api/contact
Submit a contact request
submitContact body → 200400405500
PATCH
/api/contact-update
Update an existing contact (or create if missing)
updateContact body → 200400405500

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are ContactUpdateRequest (11 properties), ContactRequest (6 properties), ContactResponse (4 properties), Error (4 properties). Each schema is shown below with its type and property counts.

ContactUpdateRequest
object
11 properties 1 required
ContactRequest
object
6 properties 1 required
ContactUpdateResponse
object
4 properties
Error
object
Structured JSON error response. All Tano endpoints return JSON for errors, never HTML.
4 properties
ContactResponse
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tano-contact-api-openapi.yml Raw ↑

Other APIs Tano publishes across the network.

Tano Brand Signups API
Tano Creator Signups API
Tano Discovery API
Tano Events API