/api/v1/documents
POST
https://api-test.spotgo.eu/api/v1/documents
Documents
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-test.spotgo.eu/api/v1/documents' \
--header 'Content-Type: application/json; x-api-version=1.0' \
--data-raw '{
"file": "string",
"fileName": "string",
"fileType": "Pdf",
"type": "Invoices",
"metadata": {
"property1": "string",
"property2": "string"
}
}'
Response Response Example
200 - Example 1
{}
Request
Body Params application/json; x-api-version=1.0
Responses
Modified at 2025-05-04 13:27:46