CRUD means Create Read Update Delete, and is often used when talking about APIs or apps that need to be able to store data.
They're basic functions to create records of that data, make sure the data can be read back, updated later with new information, and also deleted when it's no longer useful.