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

Aito Technologies schema API

The schema API from Aito Technologies — 5 operation(s) for schema.

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

Tagged areas include Schema. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.

This API exposes 11 operations across 5 paths, and defines 22 schemas. It is described by OpenAPI 3.2.0.

Requests are made against a single base URL, https://shared.aito.ai.

11 operations 5 paths 22 schemas 3 DELETE3 GET2 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
Base URL
https://shared.aito.ai
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Aito Technologies schema API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-api-key (ApiKeyAuth). By default, every request must be authenticated.

Paths & Operations 11

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

schema 11
GET
/api/v1/schema
Return the schema that is provisioned at the moment.
schema → 200
PUT
/api/v1/schema
Initialize the database with a new schema.
schema body → 200
DELETE
/api/v1/schema
Delete the entire schema and drop the stored data.
schema → 200
GET
/api/v1/schema/{table}
Return the schema of the specified table.
schema 1 param → 200
PUT
/api/v1/schema/{table}
Add the specified table to the schema. NOTE: If a table with the same name exists in the database, the operation deletes all data in this table and updates the table with the specified schema.
schema 1 param body → 200
DELETE
/api/v1/schema/{table}
Deletes the specified table from the database.
schema 1 param → 200
GET
/api/v1/schema/{table}/{column}
Return the schema of the specified column.
schema 2 params → 200
PUT
/api/v1/schema/{table}/{column}
Add or replace the specified column using the given schema.
schema 2 params body → 200
DELETE
/api/v1/schema/{table}/{column}
Delete the specified column from a table.
schema 2 params → 200
POST
/api/v1/schema/_rename
rename_table body → 200400
POST
/api/v1/schema/_copy
copy_table body → 200400

Schemas 22

The contract defines 22 schemas that model the data the API accepts and returns. The most detailed are TokenNGramAnalyzer (5 properties), LanguageAnalyzer (5 properties), TextType (4 properties), BooleanType (3 properties). Each schema is shown below with its type and property counts.

UserDefinedDatabaseSchema
object
"Any schema which is a valid Aito database schema. Schema describes the structure of the database in a formal language. The Aito schema is a collection of data…
1 property 1 required
BooleanType
object
"Boolean column type. When column is a boolean, the only accepted values are true and false."
3 properties 1 required
DecimalType
object
Decimal column type.
3 properties 1 required
JsonType
object
"Json column type. The json data type can be any atomic JSON value, object, array or nested structure. The json value is turned into a single feature. For exam…
3 properties 1 required
AliasAnalyzer
string
CharNGramAnalyzer
object
3 properties 3 required
RenameTableOperation
object
3 properties 2 required
IntType
object
"Integer column type."
3 properties 1 required
DeleteSchemaResponse
object
"Deleted tables."
1 property 1 required
ArrayType
object
"Array column type. Arrays contain ordered lists of primitive values of a single type. Supported item types: Int (Int[]), Long (Long[]), Decimal (Decimal[]), B…
2 properties 1 required
CopyTableOperation
object
3 properties 2 required
DelimiterAnalyzer
object
3 properties 2 required
UserDefinedTableSchema
object
"Any schema which is a valid Aito table schema. Table schema describes the structure of the table in a formal language. The schema describes all fields (or col…
2 properties
EmptyDocument
object
NewColumnType
object
ColumnType
object
"Type of the column. Describes an individual field (or column), the type, and information to help Aito preprocess your data. For example what language a textua…
FromTablemodify
string
StringType
object
"String column type. The string data type is a primitive version of the Text type. The value is turned into a single feature. For example "lazy black cat" beco…
3 properties 1 required
TokenNGramAnalyzer
object
5 properties 4 required
TextType
object
"Text column type. The text data type allows smarter textual analysis. Aito extracts features of the given text contents with the configurable analyzer. Suppor…
4 properties 1 required
LanguageAnalyzer
object
5 properties 2 required
Analyzer

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

aito-technologies-schema-api-openapi.yml Raw ↑

Other APIs Aito Technologies publishes across the network.

Aito Technologies data API
Aito Technologies query API
Where this information came from

This is an independent, third-party profile of Aito Technologies schema 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.