- Getting started
- CREDIT ENDPOINTS
- GENERATE ENDPOINTS
- GETText generation rules and limits
- GETAvailable text generation tones
- GETText generation styles
- GETTarget audiences for text generation
- GETAvailable text types for generation
- GETText generation history
- GETStatus of generated texts
- GETGenerated text for multiple records
- GETActive generation requests
- GETDetails of a specific generation request
- POSTText generation
- POSTCancel a bulk generation request
- POSTUpdate generated text fields
- IMAGE ENDPOINTS
- KEYWORDS ENDPOINTS
- GETKeyword optimization data
- POSTOptimize keywords for text
- DELETEKeyword optimization
- PUTKeyword optimization
- GETKeyword optimization list
- PUTKeyword optimization data
- DELETERanking keywords
- PUTKeyword optimization pipelines
- GETKeyword state
- POSTKeyword pipeline
- DELETEKeyword pipeline
- POSTRestore keyword pipeline
- POSTAdd triggers to keyword pipeline
- POSTAdd triggers to a specific keyword pipeline
- POSTLock a specific keyword pipeline
- POSTUnlock a specific keyword pipeline
- GETPipeline snapshots
- PUTUpdate or create a snapshot
- POSTAdd manual keywords
- GETManual keywords
- REVIEW ENDPOINTS
- SUGGESTION ENDPOINTS
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:
|
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.