Create a new dispute for an asset via the external API. Requires API key.
Parameter | Type | Required | Description |
---|---|---|---|
content | string | Yes | The URL or content identifier that you want to dispute |
email | string | No* | Contact email for the dispute. Required if the API key is not associated with a user that has an email |
description | string | No | Additional details or explanation for the dispute |
Parameter | Type | Description |
---|---|---|
id | string | The unique identifier for the created dispute |
content | string | The content (URL) that was disputed |
message | string | Optional message providing additional information |
Status Code | Error Code | Description |
---|---|---|
400 | BAD_REQUEST | Invalid input parameters or a dispute already exists for this asset with the provided email |
401 | UNAUTHORIZED | Missing or invalid API key |
404 | NOT_FOUND | The specified asset does not exist |
Your API key. This is required by most endpoints to access our API programatically. Reach out to us at [email protected] to get an API key for your use.
Successful response
The response is of type object
.