/api/v1/orders
POST
https://api-test.spotgo.eu/api/v1/orders
Order
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-test.spotgo.eu/api/v1/orders' \
--header 'Content-Type: application/json' \
--data-raw '{
"file": "string",
"fileName": "string",
"type": "Pdf",
"inputText": "string",
"metadata": {
"property1": "string",
"property2": "string"
}
}'
Response Response Example
200 - Example 1
{
"orderId": "e39229c9-5bf2-4f48-aa48-a0aa8fa6ab13"
}
Request
Body Params application/json
Responses
Modified at 2025-05-04 14:05:54