-
Notifications
You must be signed in to change notification settings - Fork 17
API Rest
Renan Altendorf edited this page Jan 23, 2025
·
2 revisions
Endpoint: GET https://marreta.pcdomanual.com/api/https://exemplo.com
Resposta de sucesso / Success response:
{
"status": 200,
"url": "https://marreta.pcdomanual.com/p/https://exemplo.com"
}
Resposta de erro / Error response:
{
"status": 400,
"error": {
"code": "INVALID_URL",
"message": "Formato de URL inválido"
}
}