cURL
curl --request POST \ --url https://api.sovfixer.com/api/v1/submission \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "document_type": "SOV", "client_ref": "<string>", "extra_data_*": "<string>", "filename": "<string>" }'
{ "message": "<string>", "id": 123 }
Create a new, empty submission instance. Then, populate via add_locations then /start.
Token-based authentication with required prefix "Token"
The response is of type object.
object