Jump to Content
Gantry
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