Create Contact7 Form programmatically [closed]

I believe the forms are just post with the type wpcf7_contact_form. Query one up and its meta to see how the form settings and other related stuff are saved. Or browse the plugin source.

You should then be able to insert new form posts with wp_insert_post().