Authorization: Bearer ********************
curl --location --request GET 'https://api.gezhe.com/v1/extracts/'
{
"id": "string",
"output": "string",
"name": "string",
"status": "string",
"target": {
"width": 0,
"height": 0,
"slides": [
{
"elements": [
{
"top": 0,
"left": 0,
"width": 0,
"height": 0,
"phType": "title",
"paragraphs": [
{
"text": "string",
"fontSize": 0
}
]
}
],
"notes": [
"string"
]
}
]
},
"createdAt": "string",
"updatedAt": "string",
"errorCode": null,
"errorMsg": null
}