| 12345678910111213141516171819202122232425262728293031323334353637383940 | [[script-apis]]== Script APIsUse the following APIs to manage, store, and test your<<modules-scripting,scripts>>.[discrete][[script-support-apis]]=== Script support APIsUse the script support APIs to get a list of supported script contexts andlanguages.* <<get-script-contexts-api>>* <<get-script-languages-api>>[discrete][[stored-script-apis]]=== Stored script APIsUse the stored script APIs to manage <<script-stored-scripts,stored scripts>> and<<search-template,search templates>>.* <<create-stored-script-api>>* <<get-stored-script-api>>* <<delete-stored-script-api>>[discrete][[painless-apis]]=== Painless APIsUse the {painless}/painless-execute-api.html[Painless execute API] to safelytest Painless scripts before using them in production.include::create-stored-script-api.asciidoc[]include::delete-stored-script-api.asciidoc[]include::get-script-contexts-api.asciidoc[]include::get-script-languages-api.asciidoc[]include::get-stored-script-api.asciidoc[]
 |