Scripto installation question

I've just installed Omeka and am trying to install Scripto. I have MediaWiki installed. I need my MediaWiki API URL but for the life of me I can't figure out what that is. I tried pointing to the api.php file in mediawiki but that is not right (at least when I put that in I get an error message). Any suggestions? Thanks!

What error message do you get? Finding the MediaWiki API endpoint is usually a simple matter of replacing index.php with api.php. That is, unless you have a rewrite rule that masks the index.php, which happens if you're using short URLs. You can find more information about finding your endpoint in the API documentation.

Ah, I had neglected to put http:// at the front of the URL and that fixed it!