# Valence AI Documentation ## Docs - [JavaScript Installation](https://docs.getvalenceai.com/SDK/javascript.md): Get our SDK up and running in your Javascript environment - [Python Installation](https://docs.getvalenceai.com/SDK/python.md): Get our SDK up and running in your Python environment - [Upload a short file and receive the classified emotion](https://docs.getvalenceai.com/api-reference/api/post.md): For real-time emotion classification of short files, the file's singular classified emotion is returned. - [Introduction](https://docs.getvalenceai.com/api-reference/introduction.md): This section outlines the required inputs and expected outputs of each endpoint, along with describing all optional parameters. API usage examples are also included. - [Get emotions (Discrete)](https://docs.getvalenceai.com/api-reference/sdk/discrete.md): For real-time emotion classification of short files, the file's singular classified emotion is returned, along with confidences of other emotions in the model. - [Get emotions (Asynch)](https://docs.getvalenceai.com/api-reference/sdk/get_emotions.md): After uploading your audio file via upload_file, get the results of your file's emotion classification. - [Upload file (Asynch)](https://docs.getvalenceai.com/api-reference/sdk/upload_file.md): Send a file to Valence's system for emotional classification. - [Introduction](https://docs.getvalenceai.com/introduction.md): Valence’s Pulse API offers real-time emotion classification of audio data using our proprietary machine learning models. Below are additional details of capabilities and data specifications. - [Quickstart](https://docs.getvalenceai.com/quickstart.md): Get to testing the API quickly! This guide will walk you through direct usage of our DiscreteAPI for real-time emotion analysis and our AsynchAPI for emotion analysis of pre-recorded files. - [Welcome to Valence's Docs](https://docs.getvalenceai.com/welcome.md): These docs are your starting point for building emotion detection and understanding into your application. Valence’s APIs allow for real-time and asynchronous processing of voice data for emotion analysis, allowing you to create rich, emotionally-intelligent user experiences. We offer REST interface… ## OpenAPI Specs - [openapi](https://docs.getvalenceai.com/api-reference/openapi.json) ## Optional - [Website](https://getvalenceai.com) - [Demo](https://calendly.com/chloe-duckworth/demo) - [Support](https://www.getvalenceai.com/contact)