For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Sign inBook a demo
DocsReferenceChangelog
DocsReferenceChangelog
  • Introduction
    • SDKs
    • Errors
  • Humanloop API
      • POSTRegister
      • GETGet
      • POSTExport by ID
      • POSTSerialize
      • POSTDeserialize
LogoLogo
Sign inBook a demo
Humanloop APIModel Configs

Export by ID

POST
https://api.humanloop.com/v4/model-configs/:id/export
POST
/v4/model-configs/:id/export
$curl -X POST https://api.humanloop.com/v4/model-configs/id/export \
> -H "X-API-KEY: <apiKey>"
1"string"
Export a model config to a .prompt file by ID.
Was this page helpful?
Previous

Serialize

Next
Built with

Authentication

X-API-KEYstring
API Key authentication via header

Path parameters

idstringRequired

String ID of the model config. Starts with config_.

Response

Successful Response

Errors

422
Model Configs Export Request Unprocessable Entity Error