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

Ragie Connections API

The Connections API from Ragie — 8 operation(s) for connections.

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

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

This API exposes 11 operations across 8 paths, and defines 3 schemas. It is described by OpenAPI 3.0.1, at version 1.0.

Requests are made against a single base URL, https://api.ragie.ai.

11 operations 8 paths 3 schemas 1 DELETE4 GET3 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Base URL
https://api.ragie.ai
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Ragie Connections API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Ragie API key passed as a Bearer token in the Authorization header.

Paths & Operations 11

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

Connections 11
POST
/connections
Create Connection
createConnection body → 200401422
GET
/connections
List Connections
listConnections 2 params → 200401
POST
/connections/oauth
Create OAuth Redirect URL
createOAuthRedirectUrl body → 200401
GET
/connections/source_type
List Connection Source Types
listConnectionSourceTypes → 200401
GET
/connections/{connection_id}
Get Connection
getConnection 1 param → 200401404
PUT
/connections/{connection_id}
Update Connection
updateConnection 1 param body → 200401
DELETE
/connections/{connection_id}
Delete Connection
deleteConnection 1 param → 200401
GET
/connections/{connection_id}/stats
Get Connection Stats
getConnectionStats 1 param → 200401
POST
/connections/{connection_id}/sync
Sync Connection
syncConnection 1 param → 200401
PUT
/connections/{connection_id}/enabled
Set Connection Enabled
setConnectionEnabled 1 param body → 200401
PUT
/connections/{connection_id}/limit
Set Connection Limits
setConnectionLimits 1 param body → 200401

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Connection (6 properties), ConnectionCreate (4 properties), Error (2 properties). Each schema is shown below with its type and property counts.

ConnectionCreate
object
4 properties 1 required
Connection
object
6 properties
Error
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ragie-ai-connections-api-openapi.yml Raw ↑

Other APIs Ragie publishes across the network.

Ragie Documents API
Ragie Entities API
Ragie Partitions API
Ragie Retrievals API