- 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
Batch submit alt texts for review
post
/text/Image/altText/batch
This endpoint updates the alt text for multiple images in a single request. You can modify the alt text content for each image, mark them as published and/or reviewed, and apply the updates across multiple images.
Requirements
Authentication Required
Bearer access_token
Request Headers
Authorization: Bearer access_token
Parameter Name | Type | Description |
---|---|---|
images | array of objects, required | The list of images for which the alt text needs to be updated. Each object contains the following properties:
|
Example API Request
//https://api-eu.writetext.ai/text/Image/altText/batch
Response
200
400
404
500
//The alt text is successfully updated for all images in the batch.
//This error occurs when the request body is not correctly formatted or required fields are missing.
//This error occurs if the image or related resource (e.g., storeId, imageId, textId) cannot be found.
//The server encountered an error when processing the request.