Tell Claude about your endpoint at the start of a conversation. Claude can then call it using a fetch-based artifact:
// Paste this into your Claude conversation:
I have a URL checker API:
Endpoint: https://www.urlc.alfra.si/index.php?api=1
Method: POST
Header: Authorization: Bearer YOUR_API_KEY_HERE
Body: {"urls": [...]}
Please check these URLs and summarise any errors:
https://mysite.com/page-1
https://mysite.com/page-2
https://mysite.com/old-link
Limits & Configuration
Setting
Value
To change
Max URLs / API call
100
Edit MAX_API_URLS
Max URLs / UI upload
500
Edit MAX_URLS
Timeout / URL
15s
Edit CURL_TIMEOUT
Max file size
5 MB
Edit MAX_FILE_SIZE
CORS origin
*
Edit ALLOWED_ORIGINS
status = 0
integer
Means total connection failure (DNS, TLS, timeout)