Birdy: Get Schema Detail
Birdy via Parse · developer_tools
Returns the full definition of a named component schema from the OpenAPI spec, including all fields with types, required status, descriptions, patterns, enums, and one level of nested schema resolution. One round trip to the public OpenAPI spec. Extracts and returns structured API operation details and schemas from the publicly available BirdyChat Integrations API OpenAPI specification, covering bot/integration creation, channels, threads, messaging, events, webhooks, users, permissions, and attachments. Fulfilled by Parse from docs.birdy.chat.
- birdy
- developer-tools
- docs-birdy-chat
- other
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/474d99f0-02c9-4f92-b5fa-2b2b065714b9/get_schema_detail
- Interface artifact
- sha256:d247afb60af09ad8f9485d36ba89ee309b37c5eee5d4394b27daa134682915ca
- Manifest digest
- sha256:6b29f6572e5bda45d843d1d8aa9c86a44715d5d40128df48dabc20254459f4da
Request fields
- schema_name (string, required): Name of the component schema to retrieve (e.g. Thread, Message, Channel, User, Integration, Event, WebhookEvent). Available schema names are listed in the error message when an invalid name is provided.
Example queries
- {"schema_name":"Thread"}