Is there an API in the iOS SDK that deals with text messaging?
MessageUI.framework is what you are looking for.
You can use MFMessageComposeViewController to show system composer for sms.
The MFMessageComposeViewController class presents a standard system interface for composing SMS text messages. You use this class to configure the initial recipients and body of the message and to configure a delegate to respond to the final result.