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

Nex Records API

The Records API from Nex — 3 operation(s) for records.

Nex Records API is one of 16 APIs that Nex publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

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

Requests are made against a single base URL, https://app.nex.ai/api/developers.

6 operations 3 paths 12 schemas 1 DELETE1 GET1 PATCH2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0
Base URL
https://app.nex.ai/api/developers
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Nex Records API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (ApiKeyAuth).

  • ApiKeyAuth — API key for authentication (format: "Bearer YOURAPIKEY")

Paths & Operations 6

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

Records 6
PUT
/v1/objects/{slug}
Create or update a record
upsertRecord 1 param body → 200400401404500
POST
/v1/objects/{slug}
Create a new record
createRecord 1 param body → 200400401404500
POST
/v1/objects/{slug}/records
List records for a specific object type
listRecords 1 param body → 200400401404500
GET
/v1/records/{record_id}
Get a specific record by ID
getRecord 1 param → 200400401404500
PATCH
/v1/records/{record_id}
Update an existing record
updateRecord 1 param body → 200400401404500
DELETE
/v1/records/{record_id}
Delete a record
deleteRecord 1 param → 200400401404500

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are developer.UpdateRecordResponse (7 properties), developer.UpsertRecordResponse (7 properties), developer.CreateRecordResponse (7 properties), developer.RecordResponse (7 properties). Each schema is shown below with its type and property counts.

developer.UpdateRecordRequest
object
1 property
developer.CreateRecordResponse
object
7 properties
developer.RecordResponse
object
7 properties
developer.ListRecordsRequest
object
4 properties
developer.SortParam
object
2 properties
developer.ListRecordsResponse
object
4 properties
httpx.APIError
object
2 properties
developer.CreateRecordRequest
object
1 property 1 required
developer.UpsertRecordResponse
object
7 properties
developer.UpsertRecordRequest
object
2 properties 2 required
developer.UpdateRecordResponse
object
7 properties
developer.AttributesParam
Attributes parameter supports both string values ('all', 'primary', 'none') and object format for custom selection

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nex-records-api-openapi.yml Raw ↑

Other APIs Nex publishes across the network.

Nex AI Lists API
Nex Compounding API
Nex Context API
Nex Graph API
Nex Insights API
Nex Integrations API
Nex Lists API
Nex Notes API
Nex Notifications API
Nex Objects API
Nex Relationships API
Nex Schema API