# NanoNets ## API Docs - Image Classification Model Predict [Prediction for image File](https://o4ipv9r4bo.apifox.cn/api-178942478.md): Use the model to predict which one of the categories an image (given an image file) belongs to. - Image Classification Model Predict [Prediction for image URLs](https://o4ipv9r4bo.apifox.cn/api-178942479.md): Use the model to predict which one of the categories an image (given the image url) belongs to. You can specify multiple image urls. - Image Classification Model [Get Model by Id](https://o4ipv9r4bo.apifox.cn/api-178942480.md): This endpoint retrieves a specific model's details given it's id - Image Classification Model [Create New Model](https://o4ipv9r4bo.apifox.cn/api-178942481.md): You can create a new model using this endpoint. A successful API call will return the json structure of the newly created model. You can then use the model's id to upload images for each category and then retrain the model. - Image Classification Model [Get All Models](https://o4ipv9r4bo.apifox.cn/api-178942482.md): This endpoint returns information of all models created by user - Image Classification Model Train [Train Model](https://o4ipv9r4bo.apifox.cn/api-178942483.md): You can use this endpoint to train a model after uploading images for each category. You can use the same endpoint to retrain a model after uploading more images to improve the model. - Image Classification Model Upload [Upload training images by File](https://o4ipv9r4bo.apifox.cn/api-178942484.md): You can use this endpoint to upload training images for a category (for the specified model) using locally stored files. You will receive model information along with total number of images per category on successful execution.
Note: Filename in Data must be the same as that of the uploaded image name. - Image Classification Model Upload [Upload training images by Url](https://o4ipv9r4bo.apifox.cn/api-178942485.md): You can use this endpoint to upload training images for a category (for the specified model) by image urls. You can upload multiple images in the same request by adding an array of urls. You will receive model information along with total number of images per category on successful execution. - OCR Predict [Get Prediction File By Page ID](https://o4ipv9r4bo.apifox.cn/api-178942486.md): This endpoint retrieves the results of a particular file by page id - OCR Predict [Get All Prediction Files](https://o4ipv9r4bo.apifox.cn/api-178942487.md): This endpoint retrieves the files that have been processed by the prediction endpoints - OCR Predict [Get Prediction File By File ID](https://o4ipv9r4bo.apifox.cn/api-178942488.md): This endpoint retrieves the results of a particular file by file id - OCR Predict [Prediction for image file](https://o4ipv9r4bo.apifox.cn/api-178942489.md): Use the model to predict which one of the categories an image (given an image file) belongs to. - OCR Predict [Async Prediction for image file](https://o4ipv9r4bo.apifox.cn/api-178942490.md): Use the model to predict which one of the categories an image (given an image file) belongs to. - OCR Predict [Prediction for image url](https://o4ipv9r4bo.apifox.cn/api-178942491.md): Use the model to predict which one of the categories an image (given the image url) belongs to. You can specify multiple image urls. - OCR Predict [Async Prediction for image url](https://o4ipv9r4bo.apifox.cn/api-178942492.md): This endpoint allows you to process a file on your OCR model and get the results - Get Full Text [Get Full Text](https://o4ipv9r4bo.apifox.cn/api-178942493.md): Use this API to recieve the word and full text information in a file. More info on https://nanonets.com - OCR Model [Create New Model](https://o4ipv9r4bo.apifox.cn/api-178942494.md): You can create a new model using this endpoint. A successful API call will return the json structure of the newly created model. You can then use the model's id to upload images for each category and then retrain the model. - OCR Model [Get Model by Id](https://o4ipv9r4bo.apifox.cn/api-178942495.md): This endpoint retrieves a specific model's details given it's id. - OCR Train [Train Model](https://o4ipv9r4bo.apifox.cn/api-178942496.md): You can use this endpoint to train a model after uploading images for each category. You can use the same endpoint to retrain a model after uploading more images to improve the model. - OCR Upload [Upload training images by File](https://o4ipv9r4bo.apifox.cn/api-178942497.md): You can use this endpoint to upload training images for a category (for the specified model) using locally stored files. You will receive model information along with total number of images per category on successful execution.
Note: Filename in Data must be the same as that of the uploaded image name. - OCR Upload [Upload training images by Url](https://o4ipv9r4bo.apifox.cn/api-178942498.md): You can use this endpoint to upload training images for a category (for the specified model) by image urls. You can upload multiple images in the same request by adding an array of urls. You will receive model information along with total number of images per category on successful execution.