{"openapi":"3.1.0","info":{"title":"Textbelt","version":"1.0.0","description":"Textbelt is an SMS API that is built for developers who just want to send and receive SMS.  Sending an SMS is a simple thing.  Our goal is to provide an API that is correspondingly simple, without requiring account configuration, logins, or extra recurring billing."},"x-service-info":{"name":"Textbelt","docs":{"llms":"https://api.orthogonal.com/llms.txt"},"protocols":["mpp","x402","np"]},"servers":[{"url":"https://mpp.orthogonal.com/textbelt","description":"MPP (Tempo) rail"},{"url":"https://x402.orthogonal.com/textbelt","description":"x402 rail"},{"url":"https://np.orthogonal.com/textbelt","description":"np (Circle Gateway, x402 v2) rail"}],"paths":{"/status/{id}":{"get":{"operationId":"textbelt_GET__status_id_","summary":"Checking SMS delivery status","tags":["Textbelt"],"responses":{"200":{"description":"Successful response"}}}},"/text":{"post":{"operationId":"textbelt_POST__text","summary":"Send an SMS using HTTP POST.\nNote: No Urls in text message.\nMax 800 characters","tags":["Textbelt"],"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required (x402 / MPP / np)"}},"x-payment-info":{"price":0.025,"offers":[{"method":"mpp","intent":"charge","rail":"tempo","currency":"USDC.e","url":"https://mpp.orthogonal.com/textbelt/text"},{"method":"x402","intent":"charge","rail":"base","currency":"USDC","url":"https://x402.orthogonal.com/textbelt/text"},{"method":"x402","intent":"charge","rail":"monad","currency":"USDC","url":"https://x402.orthogonal.com/textbelt/text"},{"method":"np","intent":"charge","rail":"base","currency":"USDC","settlement":"circle-gateway","version":"x402-v2","url":"https://np.orthogonal.com/textbelt/text"}]}}}}}