Get review status of texts

get /text/Review/Status
This endpoint retrieves the status of all generated text based on the provided filters, such as type, language, store ID, and review status. You can also filter results by text fields, usernames, and date ranges.

Requirements

Authentication Required
Bearer access_token
Request Headers
Authorization: Bearer access_token
Parameter Name Type Description
type string, required Specifies whether you are filtering by Product or Category.
language string, optional Filters results by language code.
storeId string, optional Filters by the store ID to differentiate texts across different storefronts.
startDate string, optional Filters by an inclusive starting date (in date-time format).
endDate string, optional Filters by an exclusive ending date (in date-time format).
userName string, optional Filters results by the user who created the text.
fields array[string], optional Filters by text types.
status array[string], optional Filters results by the review status. Possible values are:
  • EditForRewrite
  • EditForCorrection
  • EditForRewriteAndCorrection
continuationToken string, optional Used to retrieve the next page of results.
pageSize integer, optional Specifies the number of records to retrieve per page (default: 100).

Example API Request

//https://api-eu.writetext.ai/text/Image/altText/batch

Response

200
400
500
//The request was successful, and the status of the generated text is returned.
//This error occurs when invalid query parameters are provided or when required parameters are missing.
//The server encountered an error when processing the request.