cURL
curl --request POST \ --url https://api.promptlayer.com/reports \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "test_dataset_id": 123 } '
Was this page helpful?