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

Rasa Domain API

The Domain API from Rasa — 1 operation(s) for domain.

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

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

This API exposes 1 operation across 1 path, and defines 5 schemas. It is described by OpenAPI 3.0.2, at version 0.0.0.

Requests are made against a single base URL, http://localhost:5055/webhook.

1 operations 1 paths 5 schemas 1 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.2
API Version
0.0.0
Base URL
http://localhost:5005
Resource Areas
1

Paths & Operations 1

Across 1 path, the API surfaces 1 operation — 1 GET. Each is listed below with its method, path, parameters, and response codes.

Domain 1
GET
/domain
Retrieve the loaded domain
getDomain → 200401403406500

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are Error (7 properties), Domain (6 properties), SlotDescription (4 properties), TemplateDescription (1 property). Each schema is shown below with its type and property counts.

Domain
object
The bot's domain.
6 properties
SlotDescription
object
4 properties 2 required
Error
object
7 properties
TemplateDescription
object
1 property 1 required
IntentDescription
object

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

rasa-domain-api-openapi.yml Raw ↑

Other APIs Rasa publishes across the network.

Rasa Model API
Rasa Rasa SDK Action Server Endpoint API
Rasa Server Information API
Rasa Tracker API