cURL
curl --request POST \ --url https://api.starfishdata.ai/v1/data \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "projectId": "<string>", "nextToken": "<string>" }'
{ "data": [ { "id": "<string>", "data": {}, "topic": "<string>", "accuracyScore": 123, "adherenceScore": 123, "qualityScore": 123 } ], "nextToken": "<string>", "averageQualityScore": 123, "success": true }
Retrieves generated data for a specific project with pagination support
Successfully retrieved data
The response is of type object.
object