Save a URL
POST
/urls
Authorizations
BearerAuth
JWT token from login
Type
HTTP (bearer)
or
AccessToken
Personal access token. Value: Token <your-token>
Type
API Key (header: Authorization)
Request Body
application/json
JSON "url": "string", "title": "string", "project": "string", "crawl_enabled": true
{
}
Responses
Created
application/json
JSON "url": { "_id": "string", "title": "string", "url": "string", "screenshot": "string", "screenshot_url": "string", "project": "string", "crawl_enabled": true, "host_id": "string", "createdAt": "string", "updatedAt": "string" }
{
}