Reference
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:
- Track Request
- Get Prompt Template
- Get Prompt Template (Deprecated)
- Publish Prompt Template
- Get Prompt Template Labels
- Create Prompt Template Label
- Move Prompt Template Labels
- Delete Prompt Template Label
- Publish Prompt Template (Deprecated)
- Track Score
- Track Prompt
- Track Group
- Track Metadata
- Get All Prompt Templates
- Get All Prompt Templates (Deprecated)
- Create Dataset from History
- Delete Datasets by Name
- Create Evaluation Pipeline
- Delete Reports by Name
Was this page helpful?