For AI agents: visit https://gantry-ml.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
Jump to Content
GantryGantry
API Reference
Log InGantry
API Reference
Log In
API Reference

Gantry API

  • Overview
  • Authentication
  • Error Handling

Gantry API

  • Datasets
    • List datasetsget
    • Create a new datasetpost
    • Gets the versions of a specific datasetget
    • Gets a specific datasetget
    • Uploads the given file to the datasetpost
    • Returns raw data associated with a given dataset idget
  • Prompts
    • Get all promptsget
    • Create a new promptpost
    • Get a specific prompt by idget
    • Get a specific prompt version by idget
    • Get a the data for a specific promptget
  • Evaluations
    • Get a list of evaluation runsget
    • Create a new evaluationpost
    • Gets a single evaluation runget
    • Gets a list of evaluation resultsget
    • Gets all LLM evaluation criterias for an org.post
  • Suggestions
    • Get suggested commit messageget
    • Get suggested evaluation criteriaget
Powered by 

Overview

Gantry provides API endpoints for ingestion of LLM completion records and feedback. APIs for querying and interacting with your Gantry Applications and their data are coming soon.

You can use the HTTP endpoints documented here directly, or use our Python SDK:

pip install gantry

Updated over 3 years ago


Did this page help you?

Updated over 3 years ago


Did this page help you?