Skip to main content
GET
/
gather_openai
/
{id}
Gather high-scoring and positively critiqued pairs formatted for OpenAI fine-tuning
curl --request GET \
  --url https://beta.getplum.ai/v1/gather_openai/{id} \
  --header 'Authorization: <api-key>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.getplum.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

ID of the evaluation results to gather pairs from

Response

Successfully gathered pairs in OpenAI JSONL format

JSONL format for OpenAI fine-tuning, combining high-scoring and positively critiqued pairs (deduplicated)