curl --request POST \
--url https://api.memories.ai/serve/api/v1/scraper_url \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"video_urls": [
"https://www.tiktok.com/@cutshall73/video/7543017294226558221"
],
"unique_id": "default",
"callback_url": "https://your.app/callback",
"quality": 720
}
'