> For the complete documentation index, see [llms.txt](https://cee-systems.gitbook.io/tcpapi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cee-systems.gitbook.io/tcpapi/estreaming-api/estreaming.md).

# Overview

eStreaming API is a fully managed solution that processes, stores and distributes access to Big Data generated by all [Travelport](https://en.wikipedia.org/wiki/Travelport) shopping requests. It is very easy to use because of very simple and easy to use JSON API interface.

For more information please check [presentation of the product](https://docs.google.com/presentation/d/1b4NTC7Qz7H7P_xQ4xbPMzoQdD9IG-JAUXLB1bDrLemo/edit?usp=sharing) or [online webinar](https://www.youtube.com/watch?v=xCaoQulCcmA\&feature=youtu.be).

If you'll like our API and would like to put your hands on it you can easily receive your **free credentials** by applying [very simple form](http://estrapi.cee-systems.com). Anyone can start in the free tier and can upgrade to one of the paid ones anytime later.

If you’ll have any questions, I’m sure you’ll find an [answers here](https://docs.travelcloudpro.eu/faq.html).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cee-systems.gitbook.io/tcpapi/estreaming-api/estreaming.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
