cURL
curl --request GET \ --url https://app.replay.sale/api/memorization/script/{scriptId} \ --header 'x-api-key: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "title": "<string>", "passingScore": 1, "numLevels": 2, "createdAt": "2023-11-07T05:31:56Z", "userInstructions": "<string>", "segments": [ { "order": 2, "ogText": "<string>", "speaker": "AI" } ], "coverImageUrl": "<string>" }
Get detailed data for a specific memorization script by ID, including segments.
API key for authentication. Get your API key from your company settings.
The UUID of the script to retrieve
Successfully retrieved script details
x >= 0
x >= 1
Instructions shown to the user
Show child attributes