cURL
curl --request GET \ --url https://beta.getplum.ai/v1/data/synthetic/{id} \ --header 'Authorization: <api-key>'
{ "id": "<string>", "data": [ { "input": "<string>", "output": "<string>" } ], "system_prompt": "<string>", "created_at": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.getplum.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.getplum.ai/llms.txt
Use this file to discover all available pages before exploring further.
ID of the synthetic dataset or "latest" to get the most recent dataset
Successfully retrieved synthetic data
Show child attributes