> ## Documentation Index
> Fetch the complete documentation index at: https://promptlayer-1023-gorgias-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# REST API Reference

Right now, the primary way to access PromptLayer is through our Python wrapper library that can be installed with `pip install promptlayer`.

The Python library is a wrapper over our REST API. If you use another language, like Javascript, just interact directly with the API.

Here are the calls you can make via our REST API (`https://api.promptlayer.com/rest`):

1. [Track Request](/reference/track-request)
2. [Get Prompt Template](/reference/templates-get)
3. [Get Prompt Template (Deprecated)](/reference/get-prompt-template)
4. [Publish Prompt Template](/reference/templates-publish)
5. [Publish Prompt Template (Deprecated)](/reference/publish-prompt-template)
6. [Track Score](/reference/track-score)
7. [Track Prompt](/reference/track-prompt)
8. [Track Group](/reference/track-group)
9. [Track Metadata](/reference/track-metadata)
10. [Get All Prompt Templates](/reference/get-prompts)
11. [Create Dataset from History](/reference/dataset-from-filter-params)
12. [Create Evaluation Pipeline](/reference/create-reports)
