> For the complete documentation index, see [llms.txt](https://docs.intrepidcs.com/vspy-3-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intrepidcs.com/vspy-3-documentation/3.9.15/vehicle-spy-main-menus/main-menu-scripting-and-automation/c-code-interface/c-code-interface-functions-and-events/functions-and-events-text-api.md).

# Functions and Events: Text API

Vehicle Spy can be automated with the [Text API](/vspy-3-documentation/3.9.15/vehicle-network-interface-hardware/vehicle-spy-text-api.md). The Text API is a text based command and control API that allows every part of Vehicle Spy to be changed or queried with text. Please see the IntrepidCS API documentation for more information on the Text API. There are two APIs that give you access to the text API: Spy\_TextAPI() and Spy\_TextAPI\_W(). The difference is that the W uses unicode characters that can be helpful for Japanese, Chinese, Korean, etc.\
\
These functions return a 1 (success) or 0 (failure). The most common cause for failure is that you have a command that Vehicle Spy cannot understand. Use the Text API Terminal in Vehicle Spy to learn how to use the text api.

![Figure 1: The Text API allows you to control almost every aspect of Vehicle Spy.](/files/vlGVFZ8w4a9zlAiYZrFm)


---

# 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:

```
GET https://docs.intrepidcs.com/vspy-3-documentation/3.9.15/vehicle-spy-main-menus/main-menu-scripting-and-automation/c-code-interface/c-code-interface-functions-and-events/functions-and-events-text-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
