Live
create_booking_code
sportybet.com.ngCreates a shareable booking code for one or more event, market, and outcome selections on https://www.sportybet.com.ng. It reserves the betslip without authentication or a stake.
Parameters1
Runs10
Updated10d ago
Operational10 runs · 100% succeeded
30 days ago90 days agoranfailednot checkedtoday
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is create_booking_code?
Creates a shareable booking code for one or more event, market, and outcome selections on https://www.sportybet.com.ng. It reserves the betslip without authentication or a stake. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass selections and get the result back without maintaining a scraper.
Response
{
"response": {}
}Call it
curl --location 'https://us-prod.notte.cc/functions/050b723d-fe72-4ba9-9792-204a940ec2fd/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "050b723d-fe72-4ba9-9792-204a940ec2fd",
"variables": {
"selections": []
}
}'Ask an agent
Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.
prompt
Use the Anything API MCP server (https://anything.notte.cc/mcp). Call run(function_id="050b723d-fe72-4ba9-9792-204a940ec2fd") — the "create_booking_code" function, which creates a shareable booking code for one or more event, market, and outcome selections on https://www.sportybet.com.ng. It reserves the betslip without authentication or a stake.. It takes selections (list[dict[str, Any]]). Return the result as structured JSON.