Discover the Flowagently Dashboard

Explore our demo of the Flowagently platform to see if it fits your needs.

Demo is built on a fictional bookstore

Structured Outputs

Connect your inventory API to let your agent recommend products with real-time data directly in the chat.

Endpoint Details

Returns structured product data including title, author, price, ISBN, and stock availability when a customer asks about a specific book.

Extraction URL
GET
https://api.chapterandversebooks.com/v1/products/search

Appends query: ?url=...

Example API Response

This is a sample of the structured data returned by the endpoint.

{
  "title": "Astrophysics for People in a Hurry",
  "author": "Neil deGrasse Tyson",
  "isbn": "978-0393609394",
  "price": 9.99,
  "currency": "GBP",
  "in_stock": true,
  "section": "Science & Nature",
  "aisle": 5
}