> ## Documentation Index
> Fetch the complete documentation index at: https://docs.spline.design/llms.txt
> Use this file to discover all available pages before exploring further.

# API Updated Event

The API Updated event triggers actions after an [API Request Action](/interaction-states-events-and-actions/actions/api-request-action) is complete.

***

## API Updated Event Properties

#### Select API

On the first dropdown, select the API that the event should check for new updates.

Once the API Request is finished, the API Updated event will trigger the Actions added to it.

The dropdown list will access any APIs available on the current file.

#### Success and Error

You can trigger a different set of actions based on the status of the API request, such as whether it is successful or an error.

<img src="https://cdn.spline.design/_assets/docs/4d0250b5-4132-4a03-ab03-31271e8d635f.png" alt="image" style={{ maxWidth: "300px" }} />

The API Updated event is where you will be updating the variables that are storing the data coming in from the API. Refer below for all the actions you can trigger with the API Updated Event.

* [Transition Action](/interaction-states-events-and-actions/actions/transition-action)
* [Animation Action](/interaction-states-events-and-actions/actions/animation-action)
* [Sound Action](/interaction-states-events-and-actions/actions/sound-action)
* [Particle Control Action](interaction-states-events-and-actions/actions/particles-control-action)
* [Video Action](/interaction-states-events-and-actions/actions/video-action)
* [Open Link Action](/interaction-states-events-and-actions/actions/open-link-action)
* [Create Object Action](/interaction-states-events-and-actions/actions/create-object-action)
* [Destroy Object Action](/interaction-states-events-and-actions/actions/destroy-object-action)
* [Switch Camera Action](/interaction-states-events-and-actions/actions/switch-camera-action)
* [Scene Transition Action](/interaction-states-events-and-actions/actions/scene-transition-action)
* [Reset Scene Action](/interaction-states-events-and-actions/actions/reset-scene-action)
* [Set Variable Action](/interaction-states-events-and-actions/actions/set-variable-action)
* [Variable Control Action](/interaction-states-events-and-actions/actions/variable-control-action)
* [Conditional Action](/interaction-states-events-and-actions/actions/conditional-action)
* [Clear Local Storage Action](/interaction-states-events-and-actions/actions/clear-local-storage-action)
* [API Request Action](/interaction-states-events-and-actions/actions/api-request-action)

Other relevant docs related to API Updated Event:

* [Real-time API](/interaction-states-events-and-actions/real-time-api)
* [OpenAI API](/interaction-states-events-and-actions/ai-text-open-ai-api)
* [API Request Action](/interaction-states-events-and-actions/actions/api-request-action)
